diff --git a/Cargo.lock b/Cargo.lock index 20f1a9d8cf..8df6dae389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2230,7 +2230,7 @@ dependencies = [ [[package]] name = "rustup" -version = "1.29.0" +version = "1.30.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 0a3ae5f941..f1d9066a99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustup" -version = "1.29.0" +version = "1.30.0" edition = "2024" license = "MIT OR Apache-2.0" description = "Manage multiple rust installations with ease"