Skip to content

Commit

Permalink
build: move to stable rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns committed Jun 17, 2024
1 parent e52b6e5 commit 639edf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@

rust-toolchain = with fenix;
combine [
latest.rustc
latest.cargo
latest.clippy
stable.rustc
stable.cargo
stable.clippy
latest.rustfmt
targets.${rust-target}.latest.rust-std
targets.thumbv6m-none-eabi.latest.rust-std # for no_std test
targets.${rust-target}.stable.rust-std
targets.thumbv6m-none-eabi.stable.rust-std # for no_std test
];

# overrides a naersk-lib which uses the stable toolchain expressed above
Expand Down

0 comments on commit 639edf6

Please sign in to comment.