From 573bae7511c2ef84068b03f099364e90488d319c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Wed, 26 Oct 2022 20:45:49 +0000 Subject: [PATCH] changed back to topgrade from topgrade-rs (#79) * Rename back to topgrade * Bugfix Version bump --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca879d05..13c953ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1908,8 +1908,8 @@ dependencies = [ ] [[package]] -name = "topgrade-rs" -version = "10.0.0" +name = "topgrade" +version = "10.0.1" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 15389834..39e64540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "topgrade-rs" -description = "Upgrade all the things, successor of topgrade" +name = "topgrade" +description = "Upgrade all the things" categories = ["os"] keywords = ["upgrade", "update"] license-file = "LICENSE" repository = "https://github.com/topgrade-rs/topgrade" -version = "10.0.0" +version = "10.0.1" authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif"] edition = "2021"