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.
ryot_pathfinder
Dependency bevy_app 0.13 is significantly outdated
Upgrade to 0.15.3 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 bevy_ecs 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_math 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_tasks 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 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.
ryot_ray_casting
Dependency bevy 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_app 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ecs 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_math 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_reflect 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_utils 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.12 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Latest stable release 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"
).Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
ryot_tibia
Dependency bevy_app 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_asset 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_utils 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost 0.12 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost-build 0.12 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost-types 0.12 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Optional dependency 'bevy_utils' 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 'bevy_utils' may have been unintentional.
ryot_tiled
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ry\-ot/ryot\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency bevy_app 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_asset 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ecs 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_hierarchy 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_math 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_reflect 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_render 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_sprite 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_time 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_transform 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_utils 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_window 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency egui 0.26 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.12.1 is significantly outdated
Upgrade to 0.14.0 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.The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heed 0.20.0-alpha.9 is a bit outdated
Consider upgrading to 0.21.0 to get all the fixes and improvements.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Latest stable release 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"
).
ryot-assets-cli
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
Dependency config 0.13 is outdated
Consider upgrading to 0.15.9 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency image 0.24 is outdated
Consider upgrading to 0.25.5 to get all the fixes and improvements.
Dependency simple_logger 4.3 is outdated
Consider upgrading to 5.0.0 to get all the fixes and improvements.
ryot_utils
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ry\-ot/ryot\.git
Dependency bevy_app 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ecs 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_time 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_utils 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_window 0.13 is significantly outdated
Upgrade to 0.15.3 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.The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency leafwing-input-manager 0.13 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
ryot
Dependency bevy 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency egui 0.26 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.12 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
Dependency bevy_asset_loader 0.20.1 is outdated
Upgrade to 0.22.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_common_assets 0.10 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heed 0.20.0-alpha.9 is a bit outdated
Consider upgrading to 0.21.0 to get all the fixes and improvements.
Dependency image 0.24 is outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency leafwing-input-manager 0.13 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost 0.12 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost-build 0.12 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost-types 0.12 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency time-test 0.2.3 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Latest stable release is old
It's been over 10 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"
).
ryot_sprites
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ry\-ot/ryot\.git
Dependency bevy_app 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_asset 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ecs 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_hierarchy 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_reflect 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_render 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_sprite 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_time 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_transform 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_utils 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.12.1 is significantly outdated
Upgrade to 0.14.0 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.docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Dependency bevy_asset_loader 0.20.1 is outdated
Upgrade to 0.22.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
ryot_internal
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ry\-ot/ryot\.git
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.docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Optional dependency 'ryot_assets' 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 'ryot_assets', 'ryot_ray_casting' may have been unintentional.
ryot_assets
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ry\-ot/ryot\.git
Dependency bevy_app 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_asset 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ecs 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_math 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_reflect 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_render 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_sprite 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_utils 0.13 is significantly outdated
Upgrade to 0.15.3 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.Dependency bevy_asset_loader 0.20.1 is outdated
Upgrade to 0.22.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_common_assets 0.10 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Latest stable release is old
It's been over 10 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"
).
ryot_core
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ry\-ot/ryot\.git
Dependency bevy_asset 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ecs 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_math 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_reflect 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_render 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_sprite 0.13 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_utils 0.13 is significantly outdated
Upgrade to 0.15.3 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.The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
Dependency bevy_asset_loader 0.20.1 is outdated
Upgrade to 0.22.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency glam 0.25 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 19 out of 20 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: Could not discover crate's location in its repository (via tags).
- warning: There is no matching git tag containing version '0.3.0-alpha.1'.
- 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
crates/ryot_core/
. Fetchedhttps://github.com/ry-ot/ryot.git
d6c81c203f91806f430a0516b5d2e1769c277f68.Checked on 2024-08-04
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Latest stable release 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"
).
ryot_derive
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ry\-ot/ryot\.git
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.The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
No issues found in: ryot_trajectories
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.