Skip to content

Commit

Permalink
Update to cargo 0.50.1
Browse files Browse the repository at this point in the history
This works around the cargo compilation issue here: rust-lang/cargo#9124
  • Loading branch information
Kevin Lannen committed May 7, 2021
1 parent 071f295 commit 2f8235e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
44 changes: 20 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repository = "cardoe/cargo-bitbake"

[dependencies]
anyhow = "^1.0"
cargo = "^0.49"
cargo = "^0.50"
git2 = "0.13"
itertools = "^0.5.0"
lazy_static = "^1"
Expand Down

0 comments on commit 2f8235e

Please sign in to comment.