From 8672a9920ca5f617474110fafa01d9479808801d Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Fri, 2 Oct 2020 09:47:23 +0300 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94cdf6a8..00f06d69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "topgrade" -version = "5.7.1" +version = "5.8.0" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b8355614..4d6dbeab 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 = "5.7.1" +version = "5.8.0" authors = ["Roey Darwish Dror "] exclude = ["doc/screenshot.gif"] edition = "2018"