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.
sdl3
Published crate doesn't match its repository
Partially verified 150 files (includes 3 Cargo-generated).
- error: Repository had submodule with an invalid or unsupported path: 'sdl3-sys/SDL'
- File a bug https://gitlab.com/lib.rs/main if you think it should work
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/vhspace/sdl3-rs.git
taggedv0.14.14
(2aa122a8c317b1a142fe2ffc2756cf41638dfc9e).Checked on 2025-03-02
This check is experimental.
- error: Repository had submodule with an invalid or unsupported path: 'sdl3-sys/SDL'
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Optional dependency 'c_vec' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'c_vec' may have been unintentional.
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.git
taggedv3.1.2
(080ac236b36a07f34285711d96b2d2b00a47f697).Checked on 2025-01-05
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 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.lock
ends 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-versions
flag, 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-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.
projectm-sys
Dependency bindgen 0.70.1 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.