rust: Move apps out of the only dir (#337)

This commit is contained in:
dodorz 2019-08-15 22:33:41 +08:00 committed by Chawye Hsu
parent 86937e2870
commit bfbf2af7e6
2 changed files with 8 additions and 6 deletions

View File

@ -13,10 +13,11 @@
"hash": "c600c0dc2bb9eff0c7c36620f63d19c10e57147f49f310106c51f7fc6a2c230f"
}
},
"extract_dir": "Rust",
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
"bin\\rustc.exe",
"bin\\rustdoc.exe",
"bin\\cargo.exe"
],
"checkver": {
"url": "https://www.rust-lang.org/",

View File

@ -13,10 +13,11 @@
"hash": "f241600af411d2021e2125f7b94be6609c57953924293a5264b97f4400b6e814"
}
},
"extract_dir": "Rust",
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
"bin\\rustc.exe",
"bin\\rustdoc.exe",
"bin\\cargo.exe"
],
"checkver": {
"url": "https://www.rust-lang.org/",