From 48af5d91662b03fb30b1c9122014577aad127975 Mon Sep 17 00:00:00 2001 From: JPaja Date: Fri, 17 Oct 2025 00:47:12 +0200 Subject: [PATCH] Bump MSRV to 1.86.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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