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