Skip to content

Commit 81b3a8d

Browse files
committed
Release v0.25.0
1 parent 989a653 commit 81b3a8d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

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

common/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-common"
3-
version = "0.23.0"
3+
version = "0.25.0"
44
description = "rebuilderd - common code"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0-or-later"

daemon/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"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
description = "rebuilderd - independent build verification daemon"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0-or-later"
@@ -32,7 +32,7 @@ in-toto = "0.4.0"
3232
log = "0.4.17"
3333
pem = "3"
3434
rand = "0.9"
35-
rebuilderd-common = { version = "=0.23.0", path = "../common" }
35+
rebuilderd-common = { version = "=0.25.0", path = "../common" }
3636
serde = { version = "1.0.137", features = ["derive"] }
3737
serde_json = "1.0.81"
3838
tokio = "1.44.2"

tests/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuilderd-tests"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["kpcyrd <[email protected]>"]
55
edition = "2021"
66
publish = false
@@ -14,8 +14,8 @@ colored = "3"
1414
env_logger = "0.11"
1515
futures = "0.3.21"
1616
in-toto = "0.4.0"
17-
rebuilderd = { version= "=0.24.0", path="../daemon" }
18-
rebuilderd-common = { version= "=0.23.0", path="../common" }
17+
rebuilderd = { version= "=0.25.0", path="../daemon" }
18+
rebuilderd-common = { version= "=0.25.0", path="../common" }
1919
serde_json = "1"
2020
tempfile = "3.3.0"
2121
tokio = { version="1.19.2", features=["macros", "rt-multi-thread"] }

tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuildctl"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
description = "rebuilderd - rebuildctl client"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0-or-later"
@@ -26,7 +26,7 @@ env_logger = "0.11"
2626
flate2 = "1.0.24"
2727
glob = "0.3.0"
2828
nom = "8"
29-
rebuilderd-common = { version= "=0.23.0", path="../common" }
29+
rebuilderd-common = { version= "=0.25.0", path="../common" }
3030
regex = "1.5.6"
3131
serde = { version="1.0.137", features=["derive"] }
3232
serde_json = "1.0.81"

worker/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-worker"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
description = "rebuilderd - rebuild worker"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0-or-later"
@@ -26,7 +26,7 @@ futures = "0.3.21"
2626
futures-util = "0.3.21"
2727
in-toto = "0.4"
2828
nix = { version = "0.30", features = ["process", "signal"] }
29-
rebuilderd-common = { version= "=0.23.0", path="../common" }
29+
rebuilderd-common = { version= "=0.25.0", path="../common" }
3030
serde = { version="1.0.137", features=["derive"] }
3131
serde_json = "1.0.81"
3232
tempfile = "3.3.0"

0 commit comments

Comments
 (0)