Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rust.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down