Bump version

This commit is contained in:
Roey Darwish Dror
2021-07-06 09:40:04 +03:00
parent 8fac44089a
commit c891d109d2
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View File

@@ -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",

View File

@@ -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 <roey.ghost@gmail.com>"]
exclude = ["doc/screenshot.gif"]
edition = "2018"