Skip to content

Commit cf02148

Browse files
committed
Upgrading rust version
1 parent 05e6923 commit cf02148

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/staging-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
21-
toolchain: nightly-2025-08-07
21+
toolchain: nightly-2025-08-15
2222
override: true
2323
components: rustfmt, rust-src
2424

.github/workflows/test-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18-
toolchain: nightly-2025-08-07
18+
toolchain: nightly-2025-08-15
1919
override: true
2020
components: rustfmt, rust-src
2121

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
21-
toolchain: nightly-2025-08-07
21+
toolchain: nightly-2025-08-15
2222
override: true
2323
components: rustfmt, rust-src
2424

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 = "nightly-2025-08-07"
2+
channel = "nightly-2025-08-15"
33
components = [ "rust-std", "rust-src" ]
44
targets = [ "wasm32-unknown-unknown" ]

0 commit comments

Comments
 (0)