You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks yeah - the cargo dependency is getting nuked atm and we just use cargo_metadata & krates
(Just taking a bit time to remove it as it's been tightly coupled - upgrading cargo would mean dealing with that large 3-way dependency breakage that was caused by patch-release in one of the dependencies)
Since Rust 1.75.0 the
version
field is optional. I have a crate without version. But when runningcargo geiger
I get:I guess this crate must upgrade its
cargo
dependency for it to work?The text was updated successfully, but these errors were encountered: