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.
wolfram-app-discovery
Dependency windows 0.32.0 is significantly outdated
Upgrade to 0.61.1 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.
Dependency core-foundation 0.9.2 is a bit outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Optional dependency 'clap' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'clap', 'clap-markdown' may have been unintentional.
wolfram-library-link
Dependency inventory 0.2.1 is significantly outdated
Upgrade to 0.3.20 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'process_path' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'process_path', 'inventory', 'backtrace' may have been unintentional.README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
wstp
Dependency rand 0.8.3 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
wolfram-expr
Dependency ordered-float 3.4.0 is outdated
Upgrade to 5.0.0 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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.57, 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.
wolfram-library-link-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "wolfram-library-link"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
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.
wstp-sys
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.
Failed to verify create's content against its repository
Partially verified 20 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.2.8'.
- 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
Looked for the crate in
wstp-sys/
. Fetchedhttps://github.com/wolframresearch/wstp-rs.git
b8b96fa3d288d561430caa157227d2416e27d063.Checked on 2024-08-10
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.2.8'.
wolfram-library-link-macros
Dependency syn 1.0.85 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.