Browse Source

rustup: select nightly toolchain

The stable flavour will refuse the compile. This makes the build work by
default.
pull/175/head
Rémi Denis-Courmont 1 year ago
committed by Felix Paul Kühne
parent
commit
2f06e9832c
  1. 3
      rust-toolchain.toml

3
rust-toolchain.toml

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly"
profile = "default"
Loading…
Cancel
Save