Skip to content

Commit 7b2b7b1

Browse files
committed
update nightly release
1 parent e370776 commit 7b2b7b1

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

.github/workflows/c-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
if: runner.os == 'Windows'
2626
run: |
2727
rm core/rs/integration_check/rust-toolchain.toml
28-
rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-pc-windows-gnu
29-
rustup default nightly-2023-06-17-x86_64-pc-windows-gnu
28+
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-pc-windows-gnu
29+
rustup default nightly-2023-10-05-x86_64-pc-windows-gnu
3030
3131
- name: Test
3232
run: |

.github/workflows/publish.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262

6363
- name: Rust Nightly
6464
run: |
65-
rustup toolchain install nightly-2023-06-17
66-
rustup target add aarch64-apple-darwin --toolchain nightly-2023-06-17
65+
rustup toolchain install nightly-2023-10-05
66+
rustup target add aarch64-apple-darwin --toolchain nightly-2023-10-05
6767
6868
- name: Build MacOS Arm dylib
6969
run: |
@@ -112,8 +112,8 @@ jobs:
112112

113113
- name: Rust Nightly
114114
run: |
115-
rustup toolchain install nightly-2023-06-17
116-
rustup target add aarch64-unknown-linux-gnu --toolchain nightly-2023-06-17
115+
rustup toolchain install nightly-2023-10-05
116+
rustup target add aarch64-unknown-linux-gnu --toolchain nightly-2023-10-05
117117
118118
- name: Build
119119
run: |
@@ -146,8 +146,8 @@ jobs:
146146
- name: Rust Nightly
147147
run: |
148148
rm core/rs/bundle_static/rust-toolchain.toml
149-
rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-pc-windows-gnu
150-
rustup default nightly-2023-06-17-x86_64-pc-windows-gnu
149+
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-pc-windows-gnu
150+
rustup default nightly-2023-10-05-x86_64-pc-windows-gnu
151151
152152
- name: Build
153153
run: |
@@ -180,8 +180,8 @@ jobs:
180180
- name: Rust Nightly
181181
run: |
182182
rm core/rs/bundle_static/rust-toolchain.toml
183-
rustup component add rust-src --toolchain nightly-2023-06-17-i686-pc-windows-gnu
184-
rustup default nightly-2023-06-17-i686-pc-windows-gnu
183+
rustup component add rust-src --toolchain nightly-2023-10-05-i686-pc-windows-gnu
184+
rustup default nightly-2023-10-05-i686-pc-windows-gnu
185185
186186
- name: Build
187187
run: |
@@ -213,9 +213,9 @@ jobs:
213213

214214
- name: Rust Nightly
215215
run: |
216-
rustup toolchain install nightly-2023-06-17
217-
rustup target add aarch64-linux-android --toolchain nightly-2023-06-17
218-
rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-unknown-linux-gnu
216+
rustup toolchain install nightly-2023-10-05
217+
rustup target add aarch64-linux-android --toolchain nightly-2023-10-05
218+
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
219219
220220
- uses: nttld/setup-ndk@v1
221221
id: setup-ndk

.github/workflows/rs-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
if: runner.os == 'Windows'
2626
run: |
2727
find . -name rust-toolchain.toml -exec echo rm {} \;
28-
rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-pc-windows-gnu
29-
rustup default nightly-2023-06-17-x86_64-pc-windows-gnu
28+
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-pc-windows-gnu
29+
rustup default nightly-2023-10-05-x86_64-pc-windows-gnu
3030
3131
- name: Test Fractindex
3232
run: |

core/rs/bundle/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-06-17"
2+
channel = "nightly-2023-10-05"
33
components = [ "rust-src", "rustfmt", "clippy" ]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-06-17"
2+
channel = "nightly-2023-10-05"
33

core/rs/core/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2023-06-17"
2+
channel = "nightly-2023-10-05"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2023-06-17"
2+
channel = "nightly-2023-10-05"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2023-06-17"
2+
channel = "nightly-2023-10-05"

0 commit comments

Comments
 (0)