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.
firefly-rust
Dependency talc 4.4.3 is slightly outdated
Consider upgrading to the latest version 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.
rlci
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 rustyline 12.0.0 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency colored 2.0.0 is outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compilers"]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 = ["lambda-calculus", "interpreter", "repl", "rust-powered", "autocomplete"](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.
bitsy-script
Dependency hashbrown 0.16.1 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
embedded-sdmmc-dev
Dependency defmt 0.3 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heapless ^0.8 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 45 out of 46 files (includes 3 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via vcs info).
- Make sure the
repositoryURL inCargo.tomlis correct
- Make sure the
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Could not discover crate's location in its repository (via tags).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.Cargo.toml.origdoes not match the repository.
Fetched
https://github.com/rust-embedded-community/embedded-sdmmc-rs.gite7eef2a4a241bbc3fcc1e101b06c98adcc8e17bd.Checked on 2025-01-26
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via vcs info).
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! If
Cargo.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.
firefly-audio, embedded-sdmmc-dev
Dependency embedded-io 0.6.1 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
chamber
Dependency cpal 0.15.3 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
firefly_cli
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/firefly_cli ) failed. Please try again later.
firefly-emulator
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/firefly-emulator ) failed. Please try again later.
firefly-runtime
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/firefly-runtime ) failed. Please try again later.
firefly-hal
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/firefly-hal ). Please try again later.
firefly-toml
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/firefly-toml ) failed. Please try again later.
No issues found in: firefly-types firefly-keyboard firefly-ui tinyqr bulb-parser bitsy-file cirque-pinnacle textdistance firefly-meta
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.