Fix v1 manifest format for git and local path

Fixed #1815

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-07-17 00:39:10 +10:00
parent f9f25c9d6f
commit e1ec8a21da
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928
4 changed files with 63 additions and 19 deletions

View file

@ -19,3 +19,6 @@ cargo_binstall_version="$(cargo binstall -V)"
echo "$cargo_binstall_version"
[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
cat "$CARGO_HOME/.crates.toml"
grep -F "cargo-binstall 0.12.0 (path+file://manifests/github-test-Cargo.toml)" <"$CARGO_HOME/.crates.toml"