Skip to content

Commit

Permalink
Use Rust 1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Sep 5, 2023
1 parent c459b4d commit 0a00977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.72.0
override: true
target: wasm32-unknown-unknown
components: cargo, clippy, rust-analyzer, rust-src, rust-std, rustc-dev, rustc, rustfmt
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.71.1"
channel = "1.72.0"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit 0a00977

Please sign in to comment.