From 01a09141bede59ef422181088e15b0fd0030fd00 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 15 Jul 2024 00:25:17 +1000 Subject: [PATCH] Add e2e-tests to cover it Signed-off-by: Jiahao XU --- e2e-tests/manifests/private-github-repo-test-Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/manifests/private-github-repo-test-Cargo.toml b/e2e-tests/manifests/private-github-repo-test-Cargo.toml index cf5cf9e6..38e3ea76 100644 --- a/e2e-tests/manifests/private-github-repo-test-Cargo.toml +++ b/e2e-tests/manifests/private-github-repo-test-Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-binstall" description = "Rust binary package installer for CI integration" -repository = "https://github.com/cargo-bins/private-repo-for-testing" +repository = "https://github.com/cargo-bins/private-repo-for-testing.git" version = "0.12.0" rust-version = "1.61.0" authors = ["ryan "]