Skip to content

Commit c9caf6d

Browse files
committed
Release v0.26.0
1 parent e5f6386 commit c9caf6d

7 files changed

Lines changed: 27 additions & 26 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ resolver = "2"
1010

1111
[workspace.dependencies]
1212
rand = "0.10"
13-
rebuilderd-common = { version = "=0.25.0", path = "common" }
13+
rebuilderd = { version = "=0.26.0", path = "daemon" }
14+
rebuilderd-common = { version = "=0.26.0", path = "common" }
1415
toml = "1"

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.25.0"
3+
version = "0.26.0"
44
description = "rebuilderd - common code"
55
authors = ["kpcyrd <git@rxv.cc>"]
66
license = "GPL-3.0-or-later"

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.25.0"
3+
version = "0.26.0"
44
description = "rebuilderd - independent build verification daemon"
55
authors = ["kpcyrd <git@rxv.cc>"]
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.25.0"
3+
version = "0.26.0"
44
authors = ["kpcyrd <git@rxv.cc>"]
55
edition = "2024"
66
publish = false
@@ -12,7 +12,7 @@ actix-web = "4.1.0"
1212
clap = { version = "4", features = ["derive"] }
1313
chrono = { version = "0.4.19", features = ["serde"] }
1414
in-toto = "0.4.0"
15-
rebuilderd = { version = "=0.25.0", path = "../daemon" }
15+
rebuilderd.workspace = true
1616
rebuilderd-common.workspace = true
1717
serde_json = "1"
1818
tempfile = "3.3.0"

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.25.0"
3+
version = "0.26.0"
44
description = "rebuilderd - rebuildctl client"
55
authors = ["kpcyrd <git@rxv.cc>"]
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.25.0"
3+
version = "0.26.0"
44
description = "rebuilderd - rebuild worker"
55
authors = ["kpcyrd <git@rxv.cc>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)