Skip to content

Commit 0096f32

Browse files
committed
go back to a nightly where build-std works
see rust-lang/rust#128827
1 parent 57732bf commit 0096f32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust-toolchain.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[toolchain]
2-
channel = "nightly-2024-08-09"
2+
# we can probably bump nightly to 2024-08-10 when it's out, see:
3+
# https://github.com/rust-lang/rust/pull/128827
4+
channel = "nightly-2024-07-30"
35
profile = "minimal"
46
components = [
57
"clippy",

0 commit comments

Comments
 (0)