From 654f6384c701e3eb9ee8178b6dbefd2e0fa14b63 Mon Sep 17 00:00:00 2001 From: Kento Oki Date: Fri, 1 Sep 2023 17:58:59 +0900 Subject: [PATCH] bump 0.1.1 -> 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4570ef8..c5701f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntstatus" description = "NTSTATUS bindings for Rust" -version = "0.1.1" +version = "0.1.2" authors = ["Kento Oki "] repository = "https://github.com/kkent030315/ntstatus" keywords = ["windows", "ntstatus", "ntapi", "winapi"]