summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2024-03-29 09:50:23 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-03-29 19:54:42 +0000
commite88780ecc989e00db734a7deb32e79ec3665d52b (patch)
tree29973f87b17dbc17d56edabdfc3b3da9fe922ceb
parentf01d74ae1b6a91235f82f87baec81e437ac62760 (diff)
rust: Update to 1.77.1
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1434>
-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 747eb471..765da039 100644
--- a/cerbero/bootstrap/rust.py
+++ b/cerbero/bootstrap/rust.py
@@ -35,7 +35,7 @@ class RustBootstrapper(BootstrapperBase):
SERVER = 'https://static.rust-lang.org'
RUSTUP_VERSION = '1.27.0'
- RUST_VERSION = '1.77.0'
+ RUST_VERSION = '1.77.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'
@@ -44,7 +44,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.77.0.toml': 'faccaa01dda45fc2956bcfd4da0cf76e52104d3b1862ddd4eb7c4159a18e49cf',
+ 'channel-rust-1.77.1.toml': 'dd2b7ff7f50aa3fea5cf629fab65669731f2b9f76e00ba6220a69a297e0fab48',
# Tomli Python module
'tomli-2.0.1.tar.gz': 'de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f',
# Rustup