From 9ea8c6af47611a92e6ac398e2375a8cc9c872b69 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Fri, 25 Nov 2022 11:13:20 -0500 Subject: [PATCH] version 1.1.2 Changes since 1.1.1: - Replace the `winapi` dependency with `windows-sys`. Contributed by @messense. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 204c6cb..5f76d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_pipe" -version = "1.1.1" +version = "1.1.2" authors = ["Jack O'Connor"] description = "a cross-platform library for opening OS pipes" repository = "https://github.com/oconnor663/os_pipe.rs"