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
This was added to the index in rust-lang/crates.io#6267. crates.io is
automatically injecting it into the index, even without using the
nightly cargo that supports it.
My plan is to use this to make cargo-upgrade more MSRV aware (in version
reqs despite the resolver not yet being MSRV aware).
let c = Crate::from_slice(br#"{"vers":"1.0.0", "name":"test", "deps":[], "features":{},"features2":{}, "cksum":"1234567890123456789012345678901234567890123456789012345678901234", "rust_version":"1.64.0"}"#).unwrap();
0 commit comments