Skip to content

Commit

Permalink
build!: upgrade MSRV from 1.75 to 1.80
Browse files Browse the repository at this point in the history
- required by some dependencies (boon 0.6.1)
- uĝrade the configuration of toolchain: mise, cargo-deny
  • Loading branch information
davidB committed Jan 9, 2025
1 parent a84c577 commit 9bdbffa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.75.0"
channel = "1.80.0"

0 comments on commit 9bdbffa

Please sign in to comment.