Skip to content

Commit b90a073

Browse files
Merge #2155
2155: Revert the version of Rust fixed r=damip a=AurelienFT Revert #2141 because the bug on the nightly compiler has been fixed : rust-lang/rust#92781 This will partially resolve #2142. I don't know which version should be documented for the episode so I didn't add it to this PR. Co-authored-by: AurelienFT <aurelien.foucault@epitech.eu> Co-authored-by: AurelienFT <32803821+AurelienFT@users.noreply.github.com>
2 parents 42e99c0 + a0e948e commit b90a073

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci-light.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal
24-
toolchain: nightly-2021-12-03
24+
toolchain: nightly
2525
components: rustfmt
2626
override: true
2727
- uses: Swatinem/rust-cache@v1
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions-rs/toolchain@v1
4242
with:
4343
profile: minimal
44-
toolchain: nightly-2021-12-03
44+
toolchain: nightly
4545
override: true
4646
- uses: Swatinem/rust-cache@v1
4747
- uses: actions-rs/cargo@v1
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions-rs/toolchain@v1
6161
with:
6262
profile: minimal
63-
toolchain: nightly-2021-12-03
63+
toolchain: nightly
6464
components: clippy
6565
override: true
6666
- uses: Swatinem/rust-cache@v1

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal
24-
toolchain: nightly-2021-12-03
24+
toolchain: nightly
2525
components: rustfmt
2626
override: true
2727
- uses: Swatinem/rust-cache@v1
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions-rs/toolchain@v1
4242
with:
4343
profile: minimal
44-
toolchain: nightly-2021-12-03
44+
toolchain: nightly
4545
override: true
4646
- uses: Swatinem/rust-cache@v1
4747
- uses: actions-rs/cargo@v1
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions-rs/toolchain@v1
6060
with:
6161
profile: minimal
62-
toolchain: nightly-2021-12-03
62+
toolchain: nightly
6363
override: true
6464
- uses: Swatinem/rust-cache@v1
6565
- uses: actions-rs/cargo@v1
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions-rs/toolchain@v1
7979
with:
8080
profile: minimal
81-
toolchain: nightly-2021-12-03
81+
toolchain: nightly
8282
override: true
8383
- uses: Swatinem/rust-cache@v1
8484
- uses: actions-rs/cargo@v1
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions-rs/toolchain@v1
9999
with:
100100
profile: minimal
101-
toolchain: nightly-2021-12-03
101+
toolchain: nightly
102102
components: clippy
103103
override: true
104104
- uses: Swatinem/rust-cache@v1
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions-rs/toolchain@v1
127127
with:
128128
profile: minimal
129-
toolchain: nightly-2021-12-03
129+
toolchain: nightly
130130
override: true
131131
- uses: Swatinem/rust-cache@v1
132132
- uses: actions-rs/cargo@v1
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions-rs/toolchain@v1
152152
with:
153153
profile: minimal
154-
toolchain: nightly-2021-12-03
154+
toolchain: nightly
155155
override: true
156156
- uses: actions-rs/cargo@v1
157157
with:
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions-rs/toolchain@v1
185185
with:
186186
profile: minimal
187-
toolchain: nightly-2021-12-03
187+
toolchain: nightly
188188
components: rustfmt
189189
override: true
190190
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)