From 42ada86cd8d3a9d29148e619b242ac9bcc3f50a9 Mon Sep 17 00:00:00 2001 From: Francesco Cina Date: Sat, 28 Dec 2019 10:27:33 +0100 Subject: [PATCH] bump to 2.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22cbab2..7af9fa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ dependencies = [ [[package]] name = "wait" -version = "2.6.0" +version = "2.7.0" dependencies = [ "atomic-counter 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 911ef9c..aecbbbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wait" -version = "2.6.0" +version = "2.7.0" authors = ["ufoscout "] edition = "2018"