Fixes some references to the original topgrade repo (#41)

This commit is contained in:
Sohum
2022-11-02 10:10:16 +00:00
committed by GitHub
parent f26e48acca
commit 9105a8aacf
2 changed files with 5 additions and 5 deletions

6
.vscode/launch.json vendored
View File

@@ -12,11 +12,11 @@
"cargo": {
"args": [
"build",
"--bin=topgrade",
"--package=topgrade"
"--bin=topgrade-rs",
"--package=topgrade-rs"
],
"filter": {
"name": "topgrade",
"name": "topgrade-rs",
"kind": "bin"
}
},