Skip to content

Commit

Permalink
[DNI] Set gitlab-runner-rs dependency to point to development tree
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pinchartl committed Dec 11, 2023
1 parent af96ed2 commit fb1d639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb1d639

Please sign in to comment.