From 4f8d9d402c8f947aee634edf5fbc5f38632b6305 Mon Sep 17 00:00:00 2001 From: MSxDOS <15524350+MSxDOS@users.noreply.github.com> Date: Tue, 16 Jul 2019 21:34:31 +0300 Subject: [PATCH] Release 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19a7e13..2165c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntapi" -version = "0.3.1" +version = "0.3.2" authors = ["MSxDOS "] description = "FFI bindings for Native API" license = "Apache-2.0 OR MIT"