Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 21, 2024
1 parent 2b95f79 commit c3d8002
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rebuilderd-common"
version = "0.20.0"
version = "0.21.0"
description = "rebuilderd - common code"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rebuilderd"
version = "0.20.0"
version = "0.21.0"
description = "rebuilderd - independent build verification daemon"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -28,7 +28,7 @@ dotenv = "0.15.0"
env_logger = "0.11"
log = "0.4.17"
rand = "0.8.5"
rebuilderd-common = { version= "=0.20.0", path="../common" }
rebuilderd-common = { version= "=0.21.0", path="../common" }
serde = { version="1.0.137", features=["derive"] }
serde_json = "1.0.81"
structopt = "0.3.26"
Expand Down
6 changes: 3 additions & 3 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rebuilderd-tests"
version = "0.20.0"
version = "0.21.0"
authors = ["kpcyrd <git@rxv.cc>"]
edition = "2018"
publish = false
Expand All @@ -12,8 +12,8 @@ actix-web = "4.1.0"
colored = "2.0.0"
env_logger = "0.11"
futures = "0.3.21"
rebuilderd = { version= "=0.20.0", path="../daemon" }
rebuilderd-common = { version= "=0.20.0", path="../common" }
rebuilderd = { version= "=0.21.0", path="../daemon" }
rebuilderd-common = { version= "=0.21.0", path="../common" }
structopt = "0.3.26"
tempfile = "3.3.0"
tokio = { version="1.19.2", features=["macros", "rt-multi-thread"] }
4 changes: 2 additions & 2 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rebuildctl"
version = "0.20.0"
version = "0.21.0"
description = "rebuilderd - rebuildctl client"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0-or-later"
Expand All @@ -16,7 +16,7 @@ assets = [
]

[dependencies]
rebuilderd-common = { version= "=0.20.0", path="../common" }
rebuilderd-common = { version= "=0.21.0", path="../common" }
structopt = "0.3.26"
env_logger = "0.11"
reqwest = { version="0.12", features=["json"] }
Expand Down
4 changes: 2 additions & 2 deletions worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rebuilderd-worker"
version = "0.20.0"
version = "0.21.0"
description = "rebuilderd - rebuild worker"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0-or-later"
Expand All @@ -18,7 +18,7 @@ assets = [
]

[dependencies]
rebuilderd-common = { version= "=0.20.0", path="../common" }
rebuilderd-common = { version= "=0.21.0", path="../common" }
structopt = "0.3.26"
env_logger = "0.11"
data-encoding = "2"
Expand Down

0 comments on commit c3d8002

Please sign in to comment.