Skip to content

Commit d12238f

Browse files
authored
Update Rust version and rustup version in config
1 parent f5f5266 commit d12238f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/vcpkg-tool-rust/vcpkg-port-config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function(vcpkg_get_rust OUT)
2-
set(version "1.82.0")
2+
set(version "1.91.1")
33
set(tool_name "cargo")
44
set(tool_subdirectory "rust-${version}-x64")
5-
set(rustup_version "1.28.1")
5+
set(rustup_version "1.28.2")
66
set(download_urls "https://raw.githubusercontent.com/rust-lang/rustup/refs/tags/${rustup_version}/rustup-init.sh")
77
set(download_filename "rustup-${rustup_version}-x64")
88
set(download_sha512 2482d1ca4b052f4452e06a43c472a2cf5430b4ff5e4bb1e80bb65608ca581c191e12cf85f07115ce75628f30b5e0ca09c9c5e74711111ed638f6d550c52ac725)

0 commit comments

Comments
 (0)