Skip to content

Commit

Permalink
Upgrade cargo to allow new manifest features
Browse files Browse the repository at this point in the history
This fixes "unable to get packages from source" errors when a dependency
uses 2018 edition features such as dependency renaming: rust-lang/cargo#5653
  • Loading branch information
untitaker committed Jan 2, 2019
1 parent 9576b2b commit 689153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish-lockfile = true
name = "cargo-tarpaulin"

[dependencies]
cargo = "0.31"
cargo = "0.32"
clap = "2.31.2"
coveralls-api = "0.3.3"
fallible-iterator = "0.1.4"
Expand Down

0 comments on commit 689153a

Please sign in to comment.