From 9bdbffa6b23482ff70245b6ffba083f53ee24e2e Mon Sep 17 00:00:00 2001 From: David Bernard Date: Thu, 9 Jan 2025 14:21:08 +0100 Subject: [PATCH] build!: upgrade MSRV from 1.75 to 1.80 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - required by some dependencies (boon 0.6.1) - uĝrade the configuration of toolchain: mise, cargo-deny --- .mise.toml | 12 +++--------- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.mise.toml b/.mise.toml index 811757e..2bffaf9 100644 --- a/.mise.toml +++ b/.mise.toml @@ -5,18 +5,12 @@ RUST_WITHOUT = "rust-docs" MISE_CARGO_BINSTALL = "true" [tools] -rust = "1.75" -cargo-binstall = 'latest' +"aqua:cargo-bins/cargo-binstall" = "1" +rust = "1.80" make = "latest" # # experimental "cargo:cargo-nextest" = "0.9" # "cargo:cargo-hack" = "latest" -"cargo:cargo-deny" = "0.14" +"cargo:cargo-deny" = "0.16" # "cargo:git-cliff" = "latest" "cargo:dprint" = "0.45" - -[plugins] -cargo-binstall = "https://github.com/davidB/asdf-cargo-binstall" - -[settings] -experimental = true diff --git a/Cargo.toml b/Cargo.toml index 8f56b63..585cb03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ authors = [ ] license = "Apache-2.0" repository = "https://github.com/cdevents/sdk-rust" -rust-version = "1.75" +rust-version = "1.80" publish = false diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7897a24..4d2dee8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.75.0" +channel = "1.80.0"