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.
mqtt-bytes-v5
Dependency thiserror 1.0.58 is a bit outdated
Consider upgrading to 2.0.12 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.Failed to verify create's content against its repository
Verified 19 out of 22 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit a5981f1c76467a5cb6a7c10f5040b7397e13e2af, 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.toml.orig
does not match the repository.src/
subscribe.rs
does not match the repository.disconnect.rs
does not match the repository.
Fetched
https://github.com/alfredotg/mqtt-bytes-v5.git
d54f708995695e39a01895802d0cf57edf6f1caf.Checked on 2024-07-28
This check is experimental.
- warning: Crate tarball has been published from the commit a5981f1c76467a5cb6a7c10f5040b7397e13e2af, which is not in the repository.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.