Skip to content

Commit bc249ea

Browse files
committed
Bump Rust toolchain version to recent nightly.
Toolchain had been frozen since 27 Jul (and the _version_ was older than that). This gets us, among other things, the proposed subset of const generics that is barreling toward stabilization. As with any toolchain update, if you're using rustup, your next build will pull down the right version automatically. However, that will not automatically pull down our _targets._ To build again you may need to run the following: $ rustup target add thumbv8m.main-none-eabihf thumbv7em-none-eabihf
1 parent 775ed88 commit bc249ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2020-06-10
1+
nightly-2020-12-07

0 commit comments

Comments
 (0)