From 796a8e6c2971dc2ff1bcff166e6671284f9b5b6b Mon Sep 17 00:00:00 2001 From: Peter Atashian Date: Fri, 26 Jun 2020 07:32:33 -0400 Subject: [PATCH] Publish winapi 0.3.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 989b478e..52448708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winapi" -version = "0.3.8" +version = "0.3.9" authors = ["Peter Atashian "] license = "MIT/Apache-2.0" description = "Raw FFI bindings for all of Windows API."