Skip to content

Commit

Permalink
XXX toolchain bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed May 6, 2024
1 parent 39d2b59 commit a212a56
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
41 changes: 26 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ memoffset = { version = "0.6.5", default-features = false }
multimap = { version = "0.8.3", default-features = false }
nb = { version = "1", default-features = false }
num = { version = "0.4", default-features = false }
num-derive = { version = "0.3.3", default-features = false, features = ["full-syntax"] }
num-derive = { version = "0.4", default-features = false }
num-traits = { version = "0.2.12", default-features = false }
panic-halt = { version = "0.2.0", default-features = false }
paste = { version = "1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-04-04"
channel = "nightly-2024-05-05"
targets = [ "thumbv6m-none-eabi", "thumbv7em-none-eabihf", "thumbv8m.main-none-eabihf" ]
profile = "minimal"
components = [ "rustfmt" ]

0 comments on commit a212a56

Please sign in to comment.