tanakh / cargo-atcoder

Cargo subcommand for AtCoder
BSD 3-Clause "New" or "Revised" License
397 stars 36 forks source link

Upgrade the dependencies #21

Closed qryxip closed 4 years ago

qryxip commented 4 years ago

As the following warnings appear when installing cargo-atcoder with cargo install --locked.

warning: package `bumpalo v3.2.0` in Cargo.lock is yanked in registry `crates.io`, consider running without --locked
warning: package `quote v1.0.2` in Cargo.lock is yanked in registry `crates.io`, consider running without --locked
warning: package `structopt v0.3.9` in Cargo.lock is yanked in registry `crates.io`, consider running without --locked

Changelog:

tanakh commented 4 years ago

Thank you for fixing!