Skip to content

Commit 84c58de

Browse files
authored
Upgrade rust-1.74.0 (#970)
1 parent 5c96d6b commit 84c58de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
SCCACHE_CACHE_SIZE: "60G"
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Install toolchain
2929
uses: dtolnay/rust-toolchain@nightly
3030
- name: Install Wasm toolchain

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.73.0"
2+
channel = "1.74.0"
33
components = ["rustfmt", "clippy"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)