Skip to content

Commit 1939bfc

Browse files
committed
build!: upgrade MSRV from 1.75 to 1.80
- required by some dependencies (boon 0.6.1) - uĝrade the configuration of toolchain: mise, cargo-deny Signed-off-by: David Bernard <[email protected]>
1 parent b8c5865 commit 1939bfc

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.mise.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ RUST_WITHOUT = "rust-docs"
55
MISE_CARGO_BINSTALL = "true"
66

77
[tools]
8-
rust = "1.75"
9-
cargo-binstall = 'latest'
8+
"aqua:cargo-bins/cargo-binstall" = "1"
9+
rust = "1.80"
1010
make = "latest"
1111
# # experimental
1212
"cargo:cargo-nextest" = "0.9"
1313
# "cargo:cargo-hack" = "latest"
14-
"cargo:cargo-deny" = "0.14"
14+
"cargo:cargo-deny" = "0.16"
1515
# "cargo:git-cliff" = "latest"
1616
"cargo:dprint" = "0.45"
17-
18-
[plugins]
19-
cargo-binstall = "https://github.com/davidB/asdf-cargo-binstall"
20-
21-
[settings]
22-
experimental = true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ authors = [
1111
]
1212
license = "Apache-2.0"
1313
repository = "https://github.com/cdevents/sdk-rust"
14-
rust-version = "1.75"
14+
rust-version = "1.80"
1515
publish = false

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.75.0"
2+
channel = "1.80.0"

0 commit comments

Comments
 (0)