Skip to content

Commit

Permalink
Merge pull request #534 from alistair23/alistair/rust-fixup
Browse files Browse the repository at this point in the history
Bump the Rust MSRV
  • Loading branch information
jrvanwhy authored Feb 16, 2024
2 parents 767b1d8 + a709e8a commit 6103c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.1.0"
[workspace.package]
# This must be kept in sync with rust-toolchain.toml; please see that file for
# more information.
rust-version = "1.70"
rust-version = "1.74"

[dependencies]
libtock_adc = { path = "apis/adc" }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# you'd like to use. When you do so, update this to the first Rust version that
# includes that feature. Whenever this value is updated, the rust-version field
# in Cargo.toml must be updated as well.
channel = "1.70"
channel = "1.74"
components = ["clippy", "rustfmt"]
targets = ["thumbv6m-none-eabi",
"thumbv7em-none-eabi",
Expand Down

0 comments on commit 6103c07

Please sign in to comment.