ch32-rs / ch32v00x-hal

HAL for the CH32V003 family of microcontrollers
29 stars 11 forks source link

Add `rust-toolchain.toml` to use `nightly` channel by default #14

Closed Garbaz closed 3 months ago

Garbaz commented 3 months ago

As it stands, using nightly is required, so why not add a rust-toolchain.toml :)

That we we don't have to specify cargo +nightly ....