Skip to content
Snippets Groups Projects
Commit 4a9f26a7 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

rust: Update to 1.72.1

Part-of: <!1272>
parent 1202e2e3
No related branches found
No related tags found
1 merge request!1272rust: Update to 1.72.1
Pipeline #1003218 passed
......@@ -37,7 +37,7 @@ class RustBootstrapper(BootstrapperBase):
SERVER = 'https://static.rust-lang.org'
RUSTUP_VERSION = '1.26.0'
RUST_VERSION = '1.72.0'
RUST_VERSION = '1.72.1'
RUSTUP_URL_TPL = '{server}/rustup/archive/{version}/{triple}/rustup-init{exe_suffix}'
RUSTUP_NAME_TPL = 'rustup-init-{version}-{triple}{exe_suffix}'
CHANNEL_URL_TPL = '{server}/dist/channel-rust-{version}.toml'
......@@ -46,7 +46,7 @@ class RustBootstrapper(BootstrapperBase):
TOMLI_URL = 'https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz'
DOWNLOAD_CHECKSUMS = {
# Rust packages metadata
'channel-rust-1.72.0.toml': '43d520cf3bf12e2e31f5a5942539feff91177a40bdf0e0d15354f0854b3d4676',
'channel-rust-1.72.1.toml': '77113b9660855a5ab49e5ff029c998be93fdcea41b062b40420675cf1f4ea229',
# Tomli Python module
'tomli-2.0.1.tar.gz': 'de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f',
# Rustup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment