diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-19 11:40:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-20 11:57:29 +0000 |
commit | e5ce164931808337dd6dcd377462536f6527e8f8 (patch) | |
tree | ddbc1fa619118da04aba44ae89b84812eda6e743 /meta/recipes-devtools/rust/rust-snapshot.inc | |
parent | 1039ad104eb22ee358889f2c9cf90ae8467c8d39 (diff) | |
download | poky-e5ce164931808337dd6dcd377462536f6527e8f8.tar.gz |
rust: update 1.57.0 -> 1.58.0
(From OE-Core rev: 43895e2967b2c80f4ee353b33ffe422ea7590ff1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/rust-snapshot.inc')
-rw-r--r-- | meta/recipes-devtools/rust/rust-snapshot.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/rust/rust-snapshot.inc b/meta/recipes-devtools/rust/rust-snapshot.inc index 3418a2e0ba..74b558262f 100644 --- a/meta/recipes-devtools/rust/rust-snapshot.inc +++ b/meta/recipes-devtools/rust/rust-snapshot.inc | |||
@@ -2,17 +2,17 @@ | |||
2 | ## snapshot info is taken from rust/src/stage0.txt | 2 | ## snapshot info is taken from rust/src/stage0.txt |
3 | ## TODO: find a way to add additional SRC_URIs based on the contents of an | 3 | ## TODO: find a way to add additional SRC_URIs based on the contents of an |
4 | ## earlier SRC_URI. | 4 | ## earlier SRC_URI. |
5 | RS_VERSION = "1.56.1" | 5 | RS_VERSION = "1.57.0" |
6 | CARGO_VERSION = "1.56.1" | 6 | CARGO_VERSION = "1.57.0" |
7 | 7 | ||
8 | # TODO: Add hashes for other architecture toolchains as well. Make a script? | 8 | # TODO: Add hashes for other architecture toolchains as well. Make a script? |
9 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "b01011cbb5503c456ecc6a557a38e099994b8497df545c661ce8fd48c5beadc6" | 9 | SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "ccdc72d06c90841b7227ec3630337881eeda3da5fbe87328d2e9d705f6f8016c" |
10 | SRC_URI[rustc-snapshot-x86_64.sha256sum] = "a7001d1218b62d377cab15522d1b1c376b073c05f7d0ff32cf278871a5eeda3d" | 10 | SRC_URI[rustc-snapshot-x86_64.sha256sum] = "c42f40c5279a3a9d539cae93dbcab9d333777ad9a60a5b9f1086b874ef63db86" |
11 | SRC_URI[cargo-snapshot-x86_64.sha256sum] = "dfed65a50e2b58b6807c1fb6f8afa7abd5c3b22c682d505721d615823687c708" | 11 | SRC_URI[cargo-snapshot-x86_64.sha256sum] = "ed2013713ae742895af5df8d91c5430ba9ba3c781e3bc7f3471b220cc06d565d" |
12 | 12 | ||
13 | SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "a83416d15354e4dfa1c1e4a756282c6be7169679f2b04eca82ed34e2116b93f0" | 13 | SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "3618da916a0f92f241cf1d67d04bb57835b303cf2047b57dc2f2487b89a4fc1f" |
14 | SRC_URI[rustc-snapshot-aarch64.sha256sum] = "77aec6a8c5f3d33941c79a48cda3bb08878c23dd1947dc027dfe5c4da41305b3" | 14 | SRC_URI[rustc-snapshot-aarch64.sha256sum] = "f26811e48d03c56c125de03d389e1ae7c6df36990953c1670c6a5676bc12d4cb" |
15 | SRC_URI[cargo-snapshot-aarch64.sha256sum] = "3d263eb1871b5d6ca4b198b9611925923e9353e1f5c2becf8c7b784298e88743" | 15 | SRC_URI[cargo-snapshot-aarch64.sha256sum] = "6d11cd94618d80cda273eeeae7285980445f61a49ebacc616777b482a41cbf3f" |
16 | 16 | ||
17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
18 | https://static.rust-lang.org/dist/${RUST_STD_SNAPSHOT}.tar.xz;name=rust-std-snapshot-${BUILD_ARCH};subdir=rust-snapshot-components \ | 18 | https://static.rust-lang.org/dist/${RUST_STD_SNAPSHOT}.tar.xz;name=rust-std-snapshot-${BUILD_ARCH};subdir=rust-snapshot-components \ |