From 7ddddc55521a4baf38060d0852bf459dd683372c Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sat, 16 Nov 2024 00:35:05 -0600 Subject: [PATCH] Set `rust-version` to 1.63 With the change to MSRV in [1], update Cargo.toml `rust-version` to match. [1]: https://github.com/rust-lang/libc/pull/4040 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0658c88bbbaef..e97c29e74df72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["libc", "ffi", "bindings", "operating", "system"] categories = ["external-ffi-bindings", "no-std", "os"] build = "build.rs" exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"] -rust-version = "1.19" +rust-version = "1.63" description = """ Raw FFI bindings to platform libraries like libc. """