cargo-local-registry
cargo-local-registry copied to clipboard
candidate versions found which didn't match
i download diesel2.0.2 from github
i cd E:\HelloWorld\02 CodeBase\Rust\diesel-master and then run the command: cargo local-registry --sync Cargo.toml C:/Users/Administrator/.cargo/local-registry
the error info told me:
Updating crates.io index error: failed to sync
Caused by: failed to load pkg lockfile
Caused by:
failed to select a version for the requirement time = "=0.3.17"
candidate versions found which didn't match: 0.3.15, 0.3.14, 0.3.13, ...
location searched: crates.io index
required by package diesel v2.0.2 (E:\HelloWorld\02 CodeBase\Rust\diesel-master\diesel)