Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Schönauer
9e694d8e13 Added last version note (#75) 2022-10-26 11:33:43 +00:00
3 changed files with 5 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@@ -5,7 +5,7 @@ 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 <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
exclude = ["doc/screenshot.gif"]
edition = "2021"

View File

@@ -486,6 +486,9 @@ fn run() -> Result<()> {
}
fn main() {
print_info("Due to r-darwish giving this project access to the original topgrade crate, this crate will no longer receive any updates beyond the 10.0.1 update. To install the supported version, please run the following command: \n");
println!("cargo uninstall topgrade-rs");
println!("cargo install topgrade");
match run() {
Ok(()) => {
exit(0);