Skip to content

Commit

Permalink
Bump the Rust MSRV
Browse files Browse the repository at this point in the history
We are starting to see failures with our current version of Rust [1]
when building elf2tab.

We could look at pinning an older elf2tab, but that brings with it a
range of issues. Instead let's bump our MSRV to a newer stable.

1: #533 (comment)

Signed-off-by: Alistair Francis <[email protected]>
  • Loading branch information
alistair23 committed Feb 16, 2024
1 parent 767b1d8 commit a709e8a
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 a709e8a

Please sign in to comment.