From 729adadbc11fbc00ddb1b9032562a1360f7c5545 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:09:20 +0000 Subject: [PATCH] rust/1.71.0 package update --- rust.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust.yaml b/rust.yaml index a44d9661344..25839639ffd 100644 --- a/rust.yaml +++ b/rust.yaml @@ -1,6 +1,6 @@ package: name: rust - version: 1.70.0 + version: 1.71.0 epoch: 0 description: "rust a type safe memory safe language" copyright: @@ -36,7 +36,7 @@ pipeline: - uses: fetch with: uri: https://static.rust-lang.org/dist/rustc-${{package.version}}-src.tar.xz - expected-sha256: bb8e9c564566b2d3228d95de9063a9254182446a161353f1d843bfbaf5c34639 + expected-sha256: 5814699031aafdcc2e2f71fc9b389678cd7042350d1583da061463d8e88681c7 extract: false - runs: |