From 9453203cc11d5cadd73aa5fa0e5e5825d2e19b0f Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 20 Sep 2023 10:56:07 -0400 Subject: [PATCH] 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e723aba..05b6b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winapi-util" -version = "0.1.5" #:version +version = "0.1.6" #:version authors = ["Andrew Gallant "] description = "A dumping ground for high level safe wrappers over winapi." documentation = "https://docs.rs/winapi-util"