Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
projectm-sys
Could not find the crate in the repository
Make sure the main branch of
https://github\.com/projectm\-visualizer/projectm\-rscontains theCargo.tomlfor the crate. If you have forked the crate, change the repository property inCargo.tomlto your fork's URL.Dependency bindgen 0.70.1 is significantly outdated
Upgrade to 0.72.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
projectm
Published crate doesn't match its repository
Partially verified 38 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a commit that is not in the main branch (searched 53 commits deep).
- error: Issue: Git repo: The submodule 'libprojectM' was missing its 'url' field or it was empty.
- Ooops? If this shouldn't happen, file a bug https://gitlab.com/lib.rs/main
Fetched
https://github.com/projectm-visualizer/projectm-rs.gittaggedv3.1.2(080ac236b36a07f34285711d96b2d2b00a47f697).Checked on 2025-04-27
This check is experimental.
Dependency rand 0.8 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Imprecise dependency requirement projectm-sys = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
projectm-sys = "4.1.0". IfCargo.lockends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versionsflag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.
No issues found in: projectm-rs
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.