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.
dianac
Dependency colored 2.1.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency strum 0.26.3 is outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Missing keywords
Help users find your crates. Add
keywords = ["language", "dianac", "register", "identifier", "token"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
rect-lib
Published crate doesn't match its repository
Partially verified 18 files (includes 2 Cargo-generated).
Fetched
https://github.com/5-pebbles/rect-lib.git
390ed5f314a58399b1ac808b7d08fa22cfeef31b.Checked on 2024-07-28
This check is experimental.
sqlvec
Published crate doesn't match its repository
Partially verified 7 files (includes 2 Cargo-generated).
Fetched
https://github.com/5-pebbles/sqlvec.git
98b77c38673bc1359e5094d8ffc5112687e63310.Checked on 2024-07-28
Dependency rusqlite >=0.27,<=0.30 is outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.