Skip to content

Commit 5bd412f

Browse files
committed
Windows Rust toolchain
1 parent 4ddf05e commit 5bd412f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concordium-consensus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This might happen if Rust is installed with the MSVC [ABI](https://en.wikipedia.
2525
You can check this by running `rustup show`.
2626
If Rust is using the MSVC toolchain you can switch to GNU instead by running
2727
```
28-
rustup default stable-x86_64-pc-windows-gnu
28+
rustup override set 1.94-x86_64-pc-windows-gnu
2929
```
3030

3131
### `user specified .o/.so/.DLL could not be loaded (addDLL: pthread or dependencies not loaded. (Win32 error 5)) whilst trying to load: (dynamic) pthread`

0 commit comments

Comments
 (0)