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.
precis-profiles
Failed to verify create's content against its repository
Verified 14 out of 15 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit a8edd40a0085e3408b60e431ccad78e684f51c1f, 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: 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.
Looked for the crate in
precis-profiles/
. Fetchedhttps://github.com/sancane/precis.git
373ad6c908cc4d0891e190220398a8e67fecbebd.Checked on 2024-08-04
This check is experimental.
- warning: Crate tarball has been published from the commit a8edd40a0085e3408b60e431ccad78e684f51c1f, which is not in the repository.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.62, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
stun-rs, precis-profiles, stun-agent, precis-core, precis-tools, quoted-string-parser
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
precis-tools
Imprecise dependency requirement regex = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
regex = "1.11.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.Optional dependency 'reqwest' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'reqwest' may have been unintentional.
stun-agent
Failed to verify create's content against its repository
Verified 18 out of 19 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 11b1bbab421ed212a2a09ef40a651a92e0b9f1f8, 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: 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.
Looked for the crate in
stun-agent/
. Fetchedhttps://github.com/sancane/rustun.git
0f77adf39bdadee5ebfe343e3a1763e4bea00807.Checked on 2024-10-22
- warning: Crate tarball has been published from the commit 11b1bbab421ed212a2a09ef40a651a92e0b9f1f8, which is not in the repository.
precis-core
Failed to verify create's content against its repository
Verified 19 out of 20 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit bc31911e6294397a0b14059ab2d621e8c82742e5, 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: 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.
Looked for the crate in
precis-core/
. Fetchedhttps://github.com/sancane/precis.git
373ad6c908cc4d0891e190220398a8e67fecbebd.Checked on 2024-08-04
- warning: Crate tarball has been published from the commit bc31911e6294397a0b14059ab2d621e8c82742e5, which is not in the repository.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.