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.
ledger_device_sdk
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Dependency rand_core 0.6.3 is a bit outdated
Consider upgrading to 0.9.3 to get all the fixes and improvements.
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 = ["hardware-support"]
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 = ["ledger", "devices", "ledger-nano", "applications", "abstraction"]
(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.
ledger_device_ui_sdk
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Latest stable release is old
It's been over 15 months. 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"
).Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["gadget", "ledger", "icons", "menus", "devices"]
(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.
ledger_secure_sdk_sys
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
Author of this site is firmly convinced that cryptocurrencies have a net-negative effect on society.
include_gif
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.Dependency image =0.24.9 is outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
cargo-ledger
Failed to verify create's content against its repository
Verified 5 out of 10 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit 552a800025e24037f9582aa0131cf0f31db2dcea, 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: Could not discover crate's location in its repository (via tags).
- warning: There is no matching git tag containing version '1.7.0'.
- 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.src/
utils.rs
does not match the repository.main.rs
does not match the repository.setup.rs
does not match the repository.
Fetched
https://github.com/ledgerhq/cargo-ledger.git
337ddfe1cfa280b75e6fc22863e5626eb54630c1.Checked on 2025-02-23
This check is experimental.
Dependency cargo_metadata 0.11.0 is significantly outdated
Consider upgrading to 0.19.2 to get all the fixes and improvements.
Dependency goblin 0.2.3 is significantly outdated
Consider upgrading to 0.9.3 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["ledger-nano", "cargo-build", "apps", "devices", "applications"]
(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.
No issues found in: nanos_ui nanos_sdk
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.