Skip to content

Commit 897b5df

Browse files
authored
Rollup merge of #90295 - ehuss:update-cargo, r=ehuss
Update cargo 4 commits in 7fbbf4e8f23e3c24b8afff541dcb17e53eb5ff88..6c1bc24b8b49d4bc965f67d7037906dc199c72b7 2021-10-19 02:16:48 +0000 to 2021-10-24 17:51:41 +0000 - Fix a clippy warning (rust-lang/cargo#10002) - Upgrade Cargo to the 2021 edition (rust-lang/cargo#10000) - Don't canonicalize executable path (rust-lang/cargo#9991) - Bump to 0.59.0, update changelog (rust-lang/cargo#9998)
2 parents 02a06ad + 5001cd0 commit 897b5df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ dependencies = [
276276

277277
[[package]]
278278
name = "cargo"
279-
version = "0.58.0"
279+
version = "0.59.0"
280280
dependencies = [
281281
"anyhow",
282282
"atty",

0 commit comments

Comments
 (0)