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.
rustmex, rustmex_interleaved_complex, rustmex_separated_complex
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
rustmex, rustmex_interleaved_complex, rustmex_separated_complex
Dependency ndarray 0.15.4 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
rustmex_matlab800, rustmex_octave, rustmex_matlab700, rustmex_core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
matlabblas-src
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["mathematics"]
to theCargo.toml
.
rustmex_interleaved_complex, rustmex_separated_complex, rustmex_matlab800, rustmex_octave, rustmex_matlab700
Dependency rustmex_core 0.2 is a bit outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
rustmex-entrypoint
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.99 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.