From a09a60cbccf4ad3d05d80d076ecf5e375a5826b4 Mon Sep 17 00:00:00 2001 From: MSxDOS <15524350+MSxDOS@users.noreply.github.com> Date: Sat, 24 Sep 2022 00:47:50 +0300 Subject: [PATCH] Release 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d63ff19..d6e88ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntapi" -version = "0.3.7" +version = "0.4.0" authors = ["MSxDOS "] description = "FFI bindings for Native API" license = "Apache-2.0 OR MIT"