Skip to content

Commit 11478f6

Browse files
committed
chore: Release
1 parent 115ef71 commit 11478f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gitlab-runner-mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitlab-runner-mock"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

gitlab-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tokio-retry2 = { version = "0.5.7", features = ["jitter"] }
3939
[dev-dependencies]
4040
tokio = { version = "1.44.2", features = [ "full", "test-util" ] }
4141
tracing-subscriber = { version = "0.3.10", features = ["env-filter", "json"] }
42-
gitlab-runner-mock = { path = "../gitlab-runner-mock", version = "0.2.0" }
42+
gitlab-runner-mock = { path = "../gitlab-runner-mock", version = "0.2.1" }
4343
futures = "0.3.15"
4444
anyhow = "1.0.95"
4545
clap = { version = "4.5.26", features = ["derive"] }

0 commit comments

Comments
 (0)