From 0d306a5efc95da2f2eee705792e07c1813c82b12 Mon Sep 17 00:00:00 2001 From: MSxDOS <15524350+MSxDOS@users.noreply.github.com> Date: Sat, 20 Dec 2025 03:48:40 +0300 Subject: [PATCH] Release 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc34a4b..54c028a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntapi" -version = "0.4.1" +version = "0.4.2" authors = ["MSxDOS "] description = "FFI bindings for Native API" license = "Apache-2.0 OR MIT"