From 26705b5b3815a5f6f6c3097fb61f1e67e8008c84 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 15 Jul 2024 00:32:17 +1000 Subject: [PATCH] Add more e2e-tests Signed-off-by: Jiahao XU --- e2e-tests/manifests/github-test-Cargo2.toml | 2 +- e2e-tests/manifests/gitlab-test-Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]