Skip to content

Commit a33760a

Browse files
committed
Cargo.{toml,lock}: Update for 1.24.0 release
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent 25330e5 commit a33760a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "rustup"
1010
readme = "README.md"
1111
repository = "https://github.com/rust-lang/rustup"
12-
version = "1.23.1"
12+
version = "1.24.0"
1313

1414
[features]
1515
curl-backend = ["download/curl-backend"]

download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "download"
4-
version = "0.6.8"
4+
version = "0.6.9"
55
edition = "2018"
66
authors = [ "Brian Anderson <banderson@mozilla.com>" ]
77

0 commit comments

Comments
 (0)