Skip to content

Commit

Permalink
Rollup merge of rust-lang#100656 - ehuss:update-cargo, r=ehuss
Browse files Browse the repository at this point in the history
Update cargo

3 commits in efd4ca3dc0b89929dc8c5f5c023d25978d76cb61..9809f8ff33c2b998919fd0432c626f0f7323697a
2022-08-12 01:28:28 +0000 to 2022-08-16 22:10:06 +0000
- Improve error message for an array value in the manifest (rust-lang/cargo#10944)
- Fix file locking being not supported on Android raising an error (rust-lang/cargo#10975)
- Bump to 0.66.0, update changelog (rust-lang/cargo#10983)
  • Loading branch information
matthiaskrgr authored Aug 17, 2022
2 parents 4dc855b + f4674b4 commit 75e1e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ dependencies = [

[[package]]
name = "cargo"
version = "0.65.0"
version = "0.66.0"
dependencies = [
"anyhow",
"atty",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/cargo

0 comments on commit 75e1e31

Please sign in to comment.