From 5095b8c494262799ec8dadcd9d822cdf58e8f00b Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Mon, 4 Nov 2024 15:13:40 -0500 Subject: [PATCH] Do not change MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4ca33bea..0204a47d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" keywords = ["api", "file", "network", "safe", "syscall"] categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"] include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md", "benches"] -rust-version = "1.82" +rust-version = "1.63" [dependencies] bitflags = { version = "2.4.0", default-features = false }