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.
iner-calc
Failed to verify create's content against its repository
Verified 6 out of 11 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 88f4ead536d71a5cce68703be0373925470a886f, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.bench1.rs
does not match the repository.src/
lib.rs
does not match the repository.main.rs
does not match the repository.
Fetched
https://github.com/hapenia-lans/arknights-iner-calc.git
1dc9848fbe18b8bb6667c22157c6461449d00512.Checked on 2024-08-30
This check is experimental.
- warning: Crate tarball has been published from the commit 88f4ead536d71a5cce68703be0373925470a886f, which is not in the repository.
Dependency itertools 0.13.0 is outdated
Upgrade to 0.14.0 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["simulation", "games"]
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.
Missing keywords
Help users find your crates. Add
keywords = ["明日方舟", "宝石铭刻", "计算器"]
(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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.