Version bump

This commit is contained in:
Roey Darwish Dror
2021-06-09 16:07:02 +03:00
parent 8d0c124d16
commit 13d2143cb1
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View File

@@ -1909,17 +1909,17 @@ dependencies = [
[[package]] [[package]]
name = "topgrade" name = "topgrade"
version = "7.0.0" version = "7.0.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if 1.0.0", "cfg-if 1.0.0",
"chrono", "chrono",
"console", "console",
"directories", "directories",
"futures", "futures",
"glob", "glob",
"lazy_static", "lazy_static",
"log", "log",
"nix 0.20.0", "nix 0.20.0",
"notify-rust", "notify-rust",
"openssl-probe", "openssl-probe",

View File

@@ -5,7 +5,7 @@ categories = ["os"]
keywords = ["upgrade", "update"] keywords = ["upgrade", "update"]
license-file = "LICENSE" license-file = "LICENSE"
repository = "https://github.com/r-darwish/topgrade" repository = "https://github.com/r-darwish/topgrade"
version = "7.0.0" version = "7.0.1"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"] authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
exclude = ["doc/screenshot.gif"] exclude = ["doc/screenshot.gif"]
edition = "2018" edition = "2018"