From fb1d63943d9abaa6d31132ca2b7ce3a07087804f Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 11 Dec 2023 19:07:27 +0200 Subject: [PATCH] [DNI] Set gitlab-runner-rs dependency to point to development tree This patch should not be merged, it should instead be replaced by a version bump once a new gitlab-runner-rs version will be tagged. Signed-off-by: Laurent Pinchart --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fd01b5..bcea7b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://gitlab.collabora.com/lava/lava-gitlab-runner.git" bytes = "1.2.0" chrono = { version = "0.4", features = ["serde"] } colored = "2" -gitlab-runner = "0.0.8" +gitlab-runner = { git = "https://github.com/pinchartl/gitlab-runner-rs.git", branch = "runner-authentication-token" } lava-api = "0.1.1" lazy_static = "1.4" structopt = "0.3.23"