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/cdevents-sdk/Cargo.toml b/cdevents-sdk/Cargo.toml index 8ff4380..4d61db1 100644 --- a/cdevents-sdk/Cargo.toml +++ b/cdevents-sdk/Cargo.toml @@ -11,7 +11,7 @@ description = "A Rust SDK for CDEvents" readme = "README.md" [dependencies] -cloudevents-sdk = { version = "0.7", optional = true, default-features = false } +cloudevents-sdk = { version = "0.8", optional = true, default-features = false } fluent-uri = "0.3" proptest = { version = "1.4", optional = true } proptest-derive = { version = "0.5", optional = true } 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"