From c891d109d25abf8becb0edaa54ebcbbbc2e9ceb6 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 6 Jul 2021 09:40:04 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b38e4cae..fba7ff3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,17 +1831,17 @@ dependencies = [ [[package]] name = "topgrade" -version = "7.0.1" +version = "7.1.0" dependencies = [ - "anyhow", - "cfg-if 1.0.0", - "chrono", - "console", - "directories", - "futures", - "glob", - "lazy_static", - "log", + "anyhow", + "cfg-if 1.0.0", + "chrono", + "console", + "directories", + "futures", + "glob", + "lazy_static", + "log", "nix 0.20.0", "notify-rust", "openssl-probe", diff --git a/Cargo.toml b/Cargo.toml index ce52a448..e79a3086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = ["os"] keywords = ["upgrade", "update"] license-file = "LICENSE" repository = "https://github.com/r-darwish/topgrade" -version = "7.0.1" +version = "7.1.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"] edition = "2018"