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
The package quickcheck version 0.4.2 is yanked which causes error:
error: no matching version `^0.4.2` found for package `quickcheck` (required by `dummylib`)
location searched: registry https://github.com/rust-lang/crates.io-index
versions found: 0.4.1, 0.4.0, 0.3.2, ...
$ cargo outdatedwarning: Feature quickcheck of package dummylib has been obsolete in version 0.1.0warning: Feature quickcheck of package dummylib has been obsolete in version 0.1.0error: no matching version `^0.4.2` found for package `quickcheck` (required by `dummylib`)location searched: registry https://github.com/rust-lang/crates.io-indexversions found: 0.4.1, 0.4.0, 0.3.2, ...
The "feature has been obsolete" warning have their own issue: #100.
The text was updated successfully, but these errors were encountered:
oherrala
changed the title
Yanked packages causes "no matching version" error
Yanked packages cause "no matching version" error
Nov 4, 2017
The package quickcheck version 0.4.2 is yanked which causes error:
Example
Cargo.toml
:The "feature has been obsolete" warning have their own issue: #100.
The text was updated successfully, but these errors were encountered: