diff --git a/Cargo.toml b/Cargo.toml index 81409567..eb8d7bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ edition = "2024" homepage = "https://aya-rs.dev" license = "MIT OR Apache-2.0" repository = "https://github.com/aya-rs/aya" -rust-version = "1.85.0" +rust-version = "1.86.0" # NOTE(vadorovsky): Neither cargo-udeps nor cargo-machete are able to detect # unused crates defined in this section. It would be nice to teach either of