Skip to content

Commit

Permalink
chore: Announcing Rust 1.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki WADA committed Jul 22, 2023
1 parent e2358cb commit 14a9209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.70.0
toolchain: 1.71.0
target: x86_64-unknown-linux-musl
components: clippy, rustfmt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Setup rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.71.0
target: ${{ matrix.cross-target }}
override: true
-
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.70.0"
channel = "1.71.0"
components = [ "rustfmt", "clippy", "cargo" ]
profile = "minimal"

0 comments on commit 14a9209

Please sign in to comment.