Changed binary name to be backwards compatible, version bump to 10.0.0 (#48)

Changed binary name to be backwards compatible
This commit is contained in:
Thomas Schönauer
2022-10-21 20:15:47 +00:00
committed by GitHub
parent 08813259a8
commit 2d52d114be
2 changed files with 10 additions and 6 deletions

View File

@@ -12,6 +12,10 @@ edition = "2018"
readme = "README.md"
[[bin]]
name = "topgrade"
path = "src/main.rs"
[dependencies]
directories = "4.0"
serde = { version = "1.0", features = ["derive"] }