changed back to topgrade from topgrade-rs (#79)

* Rename back to topgrade

* Bugfix Version bump
This commit is contained in:
Thomas Schönauer
2022-10-26 20:45:49 +00:00
committed by GitHub
parent d7891c4754
commit 573bae7511
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -1908,8 +1908,8 @@ dependencies = [
] ]
[[package]] [[package]]
name = "topgrade-rs" name = "topgrade"
version = "10.0.0" version = "10.0.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",

View File

@@ -1,11 +1,11 @@
[package] [package]
name = "topgrade-rs" name = "topgrade"
description = "Upgrade all the things, successor of topgrade" description = "Upgrade all the things"
categories = ["os"] categories = ["os"]
keywords = ["upgrade", "update"] keywords = ["upgrade", "update"]
license-file = "LICENSE" license-file = "LICENSE"
repository = "https://github.com/topgrade-rs/topgrade" repository = "https://github.com/topgrade-rs/topgrade"
version = "10.0.0" version = "10.0.1"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"] authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
exclude = ["doc/screenshot.gif"] exclude = ["doc/screenshot.gif"]
edition = "2021" edition = "2021"