File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,12 @@ RUST_WITHOUT = "rust-docs"
55MISE_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 "
1010make = " 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
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ authors = [
1111]
1212license = " Apache-2.0"
1313repository = " https://github.com/cdevents/sdk-rust"
14- rust-version = " 1.75 "
14+ rust-version = " 1.80 "
1515publish = false
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.75 .0"
2+ channel = " 1.80 .0"
You can’t perform that action at this time.
0 commit comments