From d87f33749624bae4677fed83659e38dcac7ff8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Medina?= Date: Sat, 27 May 2023 08:21:43 -0700 Subject: [PATCH] raise MSRV to v1.63 --- aya/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/aya/Cargo.toml b/aya/Cargo.toml index f12ebf27..96f8cd0f 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/aya-rs/aya" readme = "README.md" documentation = "https://docs.rs/aya" edition = "2021" +rust-version = "1.63" [dependencies] libc = { version = "0.2.105" }