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
Building a project with a dependency serde = "1.0" causes the following error:
error: no matching version `^1.0` found for package `serde`
location searched: registry `https://github.com/rust-lang/crates.io-index`
versions found: 0.9.6, 0.9.5, 0.9.4, ...
This fixes an accidental bug introduced in rust-lang#5300 by ensuring a local map keeps
track of the fact that there can be multiple dependencies for one name
Closesrust-lang#5453
Fix optional dependencies and required dev-deps
This fixes an accidental bug introduced in #5300 by ensuring a local map keeps
track of the fact that there can be multiple dependencies for one name
Closes#5453
Building a project with a dependency
serde = "1.0"
causes the following error:This might be caused by #5300 (cc @djc).
The text was updated successfully, but these errors were encountered: