Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust/1.77.2 package update #16567

Merged
merged 1 commit into from Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions rust.yaml
@@ -1,6 +1,6 @@
package:
name: rust
version: 1.77.1
version: 1.77.2
epoch: 0
description: "Empowering everyone to build reliable and efficient software."
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: 2ddc6f5e01df1bd6c7ff94d9931574181795a231b199ca6948d433fa5e795873
expected-sha256: 4d214c4189e4dd934d47e869fa5721b2c33dbbbdea21f2fc7fa6df3f38c1dea2
extract: false

- runs: |
Expand Down