Skip to content

Commit

Permalink
Make gitlab-runner depend on 0.0.8 of the mock
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Dec 19, 2022
1 parent 3c13b21 commit 3be4ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ tokio-util = { version = "0.7", features = [ "io" ] }

[dev-dependencies]
tokio = { version = "1.5.0", features = [ "full", "test-util" ] }
gitlab-runner-mock = { path = "../gitlab-runner-mock", version = "0.0.7" }
gitlab-runner-mock = { path = "../gitlab-runner-mock", version = "0.0.8" }
structopt = "0.3.21"
futures = "0.3.15"

0 comments on commit 3be4ab2

Please sign in to comment.