diff --git a/Cargo.toml b/Cargo.toml index 8885cdc5..9f27ebd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c4f98b3f..1fea1b4f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -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",