From 9718c569d835b06cde89230ad5f385b8814e4264 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:34:34 -0700 Subject: [PATCH] Add rust-version to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 00ffa1d..a69c79f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ categories = ["external-ffi-bindings", "no-std", "os::windows-apis"] keywords = ["windows", "ffi", "ntapi", "native", "win32"] include = ["src/**/*", "Cargo.toml", "build.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] edition = "2018" +rust-version = "1.64.0" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc"