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.
stack-cell-ref
Failed to verify create's content against its repository
Verified 4 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 9d1ea28b0d680e90b4cbfb38204547c6ad7d71af, 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 '0.3.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.rustfmt.toml
not found.LICENSE-APACHE
not found.Cargo.toml.orig
does not match the repository.LICENSE-MIT
not found.lib.rs
does not match the repository.
Fetched
https://github.com/823984418/stack-cell-ref.git
18fd0ca8e4ed1b1ee6b690ade4d257c886a9e714.Checked on 2025-04-27
This check is experimental.
llvm_quick
Dependency llvm-sys ^181.0.0 is significantly outdated
Upgrade to 201.0.1 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.Published crate doesn't match its repository
Partially verified 64 files (includes 2 Cargo-generated).
Fetched
https://github.com/823984418/llvm_quick.git
7071025582026fc2db4d719c01e68ff3bc933470.Checked on 2024-08-04
Latest prerelease is old
It's been over 9 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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
scope_gc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
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.
regc
Published crate doesn't match its repository
Partially verified 7 files (includes 2 Cargo-generated).
Fetched
https://github.com/823984418/regc.git
ea4fd20e4e20771d1d00c2c31b5f7fe6a4bea60b.Checked on 2024-07-28
Dependency env_logger 0.10.0 is outdated
Upgrade to 0.11.8 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.
with_closure
Failed to verify create's content against its repository
Verified 3 out of 7 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 86fd61172f6e1bb78287104ef59b2b8b332093a1, 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.README.md
does not match the repository.rustfmt.toml
not found.lib.rs
does not match the repository.
Fetched
https://github.com/823984418/with_closure.git
8a8a8ae2c17f40cf04193f11c49cbaa32f8568c3.Checked on 2024-08-04
- warning: Crate tarball has been published from the commit 86fd61172f6e1bb78287104ef59b2b8b332093a1, which is not in the repository.
cache_flow
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-08-04
vmd_parser
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-07-28
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
lazy_catch
Published crate doesn't match its repository
Partially verified 10 files (includes 2 Cargo-generated).
Fetched
https://github.com/823984418/lazy_catch.git
dc56844bb13236069cd3bd790dea6045e48c0b51.Checked on 2024-11-17
pmx_parser
Published crate doesn't match its repository
Partially verified 23 files (includes 2 Cargo-generated).
Fetched
https://github.com/823984418/pmx_parser.git
2678736c3a646650b9691430ede66ddc4a17a414.Checked on 2024-07-28
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.9.0"
. IfCargo.lock
ends 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-versions
flag, 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-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.
serde_webgpu
Published crate doesn't match its repository
Partially verified 10 files (includes 2 Cargo-generated).
Fetched
https://github.com/823984418/serde_webgpu.git
db6dd50d1ccb98381432e1bb16dbc5eafa510cc8.Checked on 2024-08-04
Imprecise dependency requirement half = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
half = "2.6.0"
. IfCargo.lock
ends 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-versions
flag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.
mini_sbc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding", "multimedia::audio"]
to theCargo.toml
.
No issues found in: const_soft_float webgpu_align
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.