Skip to content

Commit b202881

Browse files
committedFeb 17, 2025
Resolve "Toolchain nightly-2024-09-04 is not available for Darwin" (nodes/rust/duniter-v2s!317)
* fix(#289): toolchain broken for Darwin
1 parent f6f32ec commit b202881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2024-09-04"
2+
channel = "nightly-2024-09-05"
33
components = [ "rustfmt", "clippy", "rust-std", "cargo", "rust-src" ]
44
targets = [ "wasm32-unknown-unknown" ]
55
profile = "minimal"

0 commit comments

Comments
 (0)