Skip to content

Commit

Permalink
Use Rust nightly-2022-02-23
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Mar 21, 2022
1 parent e10b67d commit 4d5da0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-11-11
toolchain: nightly-2022-02-23
override: true
target: wasm32-unknown-unknown
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2021-11-11"
channel = "nightly-2022-02-23"
components = ["rustfmt"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 4d5da0a

Please sign in to comment.