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.
termin-8
Dependency clap 3.2 is significantly outdated
Consider upgrading to 4.5.53 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 crossterm 0.25 is outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency dirs 4.0 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency rust-ini 0.18 is outdated
Consider upgrading to 0.21.3 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["chip8", "chip8-emulator", "terminal", "smallest", "chip8-rom"](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.
octopt
Dependency clap 3.2 is significantly outdated
Upgrade to 4.5.53 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency parse-display 0.5 is significantly outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_with 2 is significantly outdated
Upgrade to 3.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement serde_with = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
serde_with = "3.16.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.Missing keywords
Help users find your crates. Add
keywords = ["chip8", "chip8-emulator", "config", "serialization", "settings"](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.
bofh
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
Dependency colored 2.0 is outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Dependency rustyline 13 is outdated
Upgrade to 17.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustyline-derive 0.10 is outdated
Upgrade to 0.11.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is outdated
Consider upgrading to 2.0.17 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 8 out of 10 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirtyflag. Make sure all changes are committed before publishing. Useinclude/excludeinCargo.tomlto omit unnecessary files.
- Publish a new version, without using
- warning: There is no matching git tag containing version '0.0.9'.
- 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:
bofh-bugsnot found.todonot found.
Fetched
https://github.com/tobiasvl/bofh-rs.git184c995ed30b1d94ce0cc6246ae230d63414dcad.Checked on 2024-08-04
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement clap = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.53". 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.Missing keywords
Help users find your crates. Add
keywords = ["command-line-client", "cerebrum", "api-bindings"](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.
deca
Dependency fastrand 1.5 is significantly outdated
Upgrade to 2.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.10 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["chip8", "chip8-emulator", "back-end", "terminal", "octo"](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.
rgb-emu
Dependency winit 0.26 is significantly outdated
Consider upgrading to 0.30.12 to get all the fixes and improvements.
Dependency clap 2 is outdated
Consider upgrading to 4.5.53 to get all the fixes and improvements.
Imprecise dependency requirement clap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.53". 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["games", "emulators"]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 = ["rgb", "emulation", "gameboy", "game-boy-emulator", "cpu"](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.
termin-8, octopt, deca, decart, rgb-emu
Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").If the crate is truly stable, why not make a 1.0.0 release?
decart
Dependency gif 0.11 is outdated
Upgrade to 0.14.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency octopt 0.1 is outdated
Upgrade to 1.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is outdated
Consider upgrading to 2.0.17 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["cartridge", "octo", "chip8", "json", "settings"](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.
asmr
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Dependency nom 7.0 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Latest stable release is old
It's been over 4 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").Missing keywords
Help users find your crates. Add
keywords = ["assembly", "macro", "cross-platform", "toy"](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.
straum
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
No issues found in: bofh-cli
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.