Skip to content

Commit 272d815

Browse files
committed
Upgrading rust version
1 parent e9a07f5 commit 272d815

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/workflows/staging-website.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
21+
<<<<<<< HEAD
2122
toolchain: nightly-2025-08-28
23+
=======
24+
toolchain: nightly-2025-08-15
25+
>>>>>>> 3a6e8884 (Upgrading rust version)
2226
override: true
2327
components: rustfmt, rust-src
2428

.github/workflows/test-website.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18+
<<<<<<< HEAD
1819
toolchain: nightly-2025-08-28
20+
=======
21+
toolchain: nightly-2025-08-15
22+
>>>>>>> 3a6e8884 (Upgrading rust version)
1923
override: true
2024
components: rustfmt, rust-src
2125

.github/workflows/website.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
21+
<<<<<<< HEAD
2122
toolchain: nightly-2025-08-28
23+
=======
24+
toolchain: nightly-2025-08-15
25+
>>>>>>> 3a6e8884 (Upgrading rust version)
2226
override: true
2327
components: rustfmt, rust-src
2428

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[toolchain]
2+
<<<<<<< HEAD
23
channel = "nightly-2025-08-28"
4+
=======
5+
channel = "nightly-2025-08-15"
6+
>>>>>>> 3a6e8884 (Upgrading rust version)
37
components = [ "rust-std", "rust-src" ]
48
targets = [ "wasm32-unknown-unknown" ]

0 commit comments

Comments
 (0)