summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-06-02 09:49:23 +0300
committerMatthew Waters <matthew@centricular.com>2023-11-14 17:33:12 +1100
commit06243e39e7c9820b19fffb16c6c6264bda4e9504 (patch)
tree3deea06b4bf48a9e564a641f1638f3b76b7768d0
parent6a38351d2a0a63f970de15169e413018f1c3d08d (diff)
rust: Update to 1.70
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1299>
-rw-r--r--cerbero/bootstrap/rust.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cerbero/bootstrap/rust.py b/cerbero/bootstrap/rust.py
index eed675c0..55ad5025 100644
--- a/cerbero/bootstrap/rust.py
+++ b/cerbero/bootstrap/rust.py
@@ -37,7 +37,7 @@ class RustBootstrapper(BootstrapperBase):
SERVER = 'https://static.rust-lang.org'
RUSTUP_VERSION = '1.25.2'
- RUST_VERSION = '1.69.0'
+ RUST_VERSION = '1.70.0'
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.69.0.toml': '78c25eb61c3964bac91e6a0ddbf9746c8c908e84d7d4db2f6a5592b1c4e2c692',
+ 'channel-rust-1.70.0.toml': '81d62a9e0d32f621d8cd83c07640bf91adc3467cb72dafd2e46f004a3d00cb27',
# Tomli Python module
'tomli-2.0.1.tar.gz': 'de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f',
# Rustup