Skip to content

Commit b4be10f

Browse files
committed
Release v0.24.0
1 parent ec408f6 commit b4be10f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuilderd"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
description = "rebuilderd - independent build verification daemon"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0-or-later"

tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuilderd-tests"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
authors = ["kpcyrd <[email protected]>"]
55
edition = "2021"
66
publish = false
@@ -13,7 +13,7 @@ clap = { version = "4", features = ["derive"] }
1313
colored = "3"
1414
env_logger = "0.11"
1515
futures = "0.3.21"
16-
rebuilderd = { version= "=0.23.1", path="../daemon" }
16+
rebuilderd = { version= "=0.24.0", path="../daemon" }
1717
rebuilderd-common = { version= "=0.23.0", path="../common" }
1818
tempfile = "3.3.0"
1919
tokio = { version="1.19.2", features=["macros", "rt-multi-thread"] }

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuildctl"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
description = "rebuilderd - rebuildctl client"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0-or-later"

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuilderd-worker"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
description = "rebuilderd - rebuild worker"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)