diff --git a/e2e-tests/manifests/github-test-Cargo2.toml b/e2e-tests/manifests/github-test-Cargo2.toml index aa47c496..8732c248 100644 --- a/e2e-tests/manifests/github-test-Cargo2.toml +++ b/e2e-tests/manifests/github-test-Cargo2.toml @@ -1,7 +1,7 @@ [package] name = "cargo-binstall" description = "Rust binary package installer for CI integration" -repository = "https://github.com/cargo-bins/cargo-binstall" +repository = "https://github.com/cargo-bins/cargo-binstall.git" version = "0.12.0" rust-version = "1.61.0" authors = ["ryan "] diff --git a/e2e-tests/manifests/gitlab-test-Cargo.toml b/e2e-tests/manifests/gitlab-test-Cargo.toml index 2fd25046..5d8ae7f9 100644 --- a/e2e-tests/manifests/gitlab-test-Cargo.toml +++ b/e2e-tests/manifests/gitlab-test-Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-binstall" description = "Rust binary package installer for CI integration" -repository = "https://gitlab.kitware.com/NobodyXu/hello-world" +repository = "https://gitlab.kitware.com/NobodyXu/hello-world.git" version = "0.2.0" rust-version = "1.61.0" authors = ["ryan "]