CD pipeline cleanup (#116)

* Update README.md

* Update release-cross.yml

* Update release.yml

* style(self_update): Run cargo fmt (#108)

The commit 9105a8aac is not formatted, which breaks the CI check.

Co-authored-by: Thomas Schönauer <37108907+DottoDev@users.noreply.github.com>

* Cleanup CI/CD pipeline (#115)

Co-authored-by: pan93412 <pan93412@gmail.com>
This commit is contained in:
Thomas Schönauer
2022-11-02 16:29:23 +00:00
committed by GitHub
parent b2b35dcad2
commit 6232f5ebca
13 changed files with 182 additions and 252 deletions

View File

@@ -16,6 +16,9 @@ readme = "README.md"
name = "topgrade"
path = "src/main.rs"
##[lib]
##name = "topgrade_lib"
[dependencies]
home = "0.5"
directories = "4.0"