We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--locked
Installing s4 0.6.69 with --locked.
As of today, cargo has two warnings.
cargo
$ cargo install --locked super_speedy_syslog_searcher Updating crates.io index Downloaded super_speedy_syslog_searcher v0.6.69 Downloaded 1 crate (461.5 KB) in 0.00s Installing super_speedy_syslog_searcher v0.6.69 warning: package `crc-catalog v2.3.0` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked warning: package `wasm-bindgen v0.2.88` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked ...
warning: package `crc-catalog v2.3.0` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `wasm-bindgen v0.2.88` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
For the warning regarding crc-catalog v2.3.0 I created Issue mrhooray/crc-rs#116 .
crc-catalog v2.3.0
Oddly, for warning regarding wasm-bindgen v0.2.88, cargo tree does not show any such crate as a dependency. 🤔
wasm-bindgen v0.2.88
cargo tree
The text was updated successfully, but these errors were encountered:
Relates to PR #331 07d2537
Sorry, something went wrong.
No branches or pull requests
Problem
Installing s4 0.6.69 with
--locked
.As of today,
cargo
has two warnings.warning: package `crc-catalog v2.3.0` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `wasm-bindgen v0.2.88` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
Solution
For the warning regarding
crc-catalog v2.3.0
I created Issue mrhooray/crc-rs#116 .Oddly, for warning regarding
wasm-bindgen v0.2.88
,cargo tree
does not show any such crate as a dependency. 🤔The text was updated successfully, but these errors were encountered: