From ff16bdf7468d6838e1290b940879ef9d2a44d27d Mon Sep 17 00:00:00 2001 From: Kotauskas Date: Thu, 3 Nov 2022 16:37:28 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a63c326a..d8464460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "interprocess" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "blocking", diff --git a/Cargo.toml b/Cargo.toml index bd9cf719..9b0a0fcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "interprocess" -version = "1.1.1" +version = "1.2.0" authors = ["Kotauskas "] edition = "2018" license = "MIT OR Apache-2.0"