This commit is contained in:
Roey Darwish Dror
2021-10-28 21:30:08 +03:00
parent 0e48e88694
commit 6ef5423d68
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1820,7 +1820,7 @@ dependencies = [
[[package]] [[package]]
name = "topgrade" name = "topgrade"
version = "8.0.0" version = "8.0.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if 1.0.0", "cfg-if 1.0.0",

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 = "8.0.0" version = "8.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"