Keruspe / cargo-duplicates

A cargo subcommand for displaying when different versions of a same dependency are pulled in
19 stars 2 forks source link

Update cargo #2

Closed msrd0 closed 3 years ago

msrd0 commented 3 years ago

This fixes error message

error: failed to parse manifest at `my_crate/Cargo.toml`

Caused by:
  failed to parse the `edition` key

Caused by:
  this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions.
Keruspe commented 3 years ago

Thanks!

Keruspe commented 3 years ago

Looks like we need to update the MSRV in CI

Keruspe commented 3 years ago

Fixes #4