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.
plastic_tui
Dependency ratatui 0.28 is significantly outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency directories 5.0 is outdated
Consider upgrading to 6.0.0 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.Dependency tui-menu 0.2.4 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
mizu
Dependency dynwave 0.1.0 is outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency ringbuf 0.3 is outdated
Consider upgrading to 0.4.7 to get all the fixes and improvements.
Dependency sfml 0.21 is outdated
Consider upgrading to 0.24.0 to get all the fixes and improvements.
ul-next
Dependency glium 0.36 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Published crate doesn't match its repository
Verified 49 out of 51 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
log.log
not found.Cargo.lock
not found.basic_app.rs
does not match the repository.
Fetched
https://github.com/amjad50/ul-next.git
4d185e64cc8e3e0a5510df88bf1f0b806c7d3260.Checked on 2025-01-12
This check is experimental.
Dependency ul-next-sys =1.4.0-beta.158d65c-4 is outdated
Consider upgrading to 1.4.0-beta.ae79344 to get all the fixes and improvements.
amjad_os_kernel_user_link
Failed to verify create's content against its repository
Verified 2 out of 9 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not discover crate's location in its repository (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
lib.rs
not found.process.rs
not found.file.rs
not found.syscalls.rs
not found.
types_conversions.rs
exists, but elsewhere in the repo.
Fetched
https://github.com/amjad50/os.git
taggedkernel_user_link-v0.2.12
(72c233a19ba68fd193f2572e1256a6454f28c3e6).Checked on 2024-07-24
Optional dependency 'core' 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 'core', 'compiler_builtins' may have been unintentional.
ul-next-sys
Published crate doesn't match its repository
Verified 20 out of 92 files (includes 2 Cargo-generated).
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.ultralight_api/AppCore/
App.h
does not match the repository.AppCore.h
does not match the repository.CAPI.h
does not match the repository.Dialogs.h
does not match the repository.JSHelpers.h
does not match the repository.Window.h
does not match the repository.Overlay.h
does not match the repository.Defines.h
does not match the repository.Platform.h
does not match the repository.Monitor.h
does not match the repository.
ultralight_api/Ultralight/
ScrollEvent.h
does not match the repository.JavaScript.h
does not match the repository.View.h
does not match the repository.CAPI.h
does not match the repository.ConsoleMessage.h
does not match the repository.String.h
does not match the repository.ImageSource.h
not found.KeyCodes.h
does not match the repository.MouseEvent.h
does not match the repository.String32.h
does not match the repository.RenderTarget.h
does not match the repository.Buffer.h
does not match the repository.Listener.h
does not match the repository.RefPtr.h
does not match the repository.Session.h
does not match the repository.String8.h
does not match the repository.String16.h
does not match the repository.Defines.h
does not match the repository.GamepadEvent.h
does not match the repository.Geometry.h
does not match the repository.
ultralight_api/Ultralight/CAPI/
CAPI_Renderer.h
does not match the repository.CAPI_FontLoader.h
does not match the repository.CAPI_ScrollEvent.h
does not match the repository.CAPI_Session.h
does not match the repository.CAPI_Geometry.h
does not match the repository.CAPI_FontFile.h
does not match the repository.CAPI_FileSystem.h
does not match the repository.CAPI_String.h
does not match the repository.CAPI_GPUDriver.h
does not match the repository.CAPI_Buffer.h
does not match the repository.CAPI_MouseEvent.h
does not match the repository.CAPI_Surface.h
does not match the repository.CAPI_Defines.h
does not match the repository.CAPI_View.h
does not match the repository.CAPI_ImageSource.h
not found.CAPI_Platform.h
does not match the repository.CAPI_Logger.h
does not match the repository.CAPI_Bitmap.h
does not match the repository.CAPI_Config.h
does not match the repository.CAPI_Clipboard.h
does not match the repository.
ultralight_api/Ultralight/platform/
FileSystem.h
does not match the repository.Allocator.h
does not match the repository.Logger.h
does not match the repository.Clipboard.h
does not match the repository.Thread.h
does not match the repository.FontLoader.h
does not match the repository.GPUDriver.h
does not match the repository.Platform.h
does not match the repository.Config.h
does not match the repository.Surface.h
does not match the repository.
Looked for the crate in
sys/
. Fetchedhttps://github.com/amjad50/ul-next.git
e3487e889dd5d69d5bbc4e00e56c40b388eee678.Fetched submodule
sys/ultralight_api
fromhttps://github.com/amjad50/ultralight-api.git
68ccccf7f58a2a461d3b56dd28fa1038a7e5a8b2.Checked on 2024-09-15
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "ul-next"
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 ureq 2.10.1 is a bit outdated
Consider upgrading to 3.0.8 to get all the fixes and improvements.
plastic
Dependency directories 5.0 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency eframe 0.29 is outdated
Consider upgrading to 0.31.1 to get all the fixes and improvements.
Dependency egui 0.29 is outdated
Consider upgrading to 0.31.1 to get all the fixes and improvements.
Dependency egui-winit 0.29 is outdated
Consider upgrading to 0.31.1 to get all the fixes and improvements.
plastic_core
Published crate doesn't match its repository
Verified 54 out of 56 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.3.1'.
- 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: Repository fetch error: Broken repo: protocol error, missing OIDs or HEAD.
- Ooops? If this shouldn't happen, file a bug https://gitlab.com/lib.rs/main
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.Cargo.toml
exists, but elsewhere in the repo.
Looked for the crate in
plastic_core/
. Fetchedhttps://github.com/amjad50/plastic.git
taggedv0.3.0
(171b71cffd53f46b207cee01cecabd9a3d25bfd0).Checked on 2024-10-20
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.3.1'.
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 bincode 1.3 is slightly outdated
Consider upgrading to 2.0.0 to get all the fixes and improvements.
Dependency bitflags ^1.2.1 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
save_state, mizu-core, save_state_derive
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.
trapezoid-core
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 'vulkano' 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 'vulkano', 'vulkano-shaders' may have been unintentional.
amjad_os_user_std, emerald_std
Optional dependency 'core' 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 'core', 'alloc', 'compiler_builtins' may have been unintentional.
amjad_os_kernel_user_link, emerald_kernel_user_link, increasing_heap_allocator
Incorrect category
Crate's categories property in
Cargo.toml
contains 'kernel', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
emerald_kernel_user_link
Optional dependency 'core' 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 'core', 'compiler_builtins' may have been unintentional.
save_state
Dependency thiserror 1.0.23 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
save_state, mizu-core, save_state_derive
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.
emerald_std
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.
mizu-core
Dependency bitflags 1.2.1 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.23 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency zstd 0.11.0 is outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
save_state_derive
Dependency syn 1.0.69 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: trapezoid dynwave emerald_runtime emerald_keyboard blinkcast blink-channel
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.