Skip to content

Commit ffdacc0

Browse files
committed
rust-toolchain: pin to nightly-2021-09-30
Rust nightly started giving us compilation problems, so pin to a known-good version until it's fixed/reverted. See rust-lang/rust#89432 for details. Signed-off-by: Will Woods <[email protected]>
1 parent 0eb5bad commit ffdacc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust-toolchain.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[toolchain]
2-
channel = "nightly"
2+
# Pinned until https://github.com/rust-lang/rust/issues/89432 is fixed
3+
channel = "nightly-2021-09-30"
34
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
45
profile = "minimal"

0 commit comments

Comments
 (0)