Skip to content

Commit 1656cb3

Browse files
pinchartlobbardc
authored andcommitted
[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 <[email protected]>
1 parent 4235f4c commit 1656cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://gitlab.collabora.com/lava/lava-gitlab-runner.git"
1212
bytes = "1.2.0"
1313
chrono = { version = "0.4", features = ["serde"] }
1414
colored = "2"
15-
gitlab-runner = "0.0.8"
15+
gitlab-runner = { git = "https://github.com/pinchartl/gitlab-runner-rs.git", branch = "runner-authentication-token" }
1616
lava-api = "0.1.1"
1717
lazy_static = "1.4"
1818
structopt = "0.3.23"

0 commit comments

Comments
 (0)