Skip to content

Commit

Permalink
Release 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 28, 2021
1 parent 6d9c574 commit b297f55
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.16.2"
version = "0.16.3"
description = "rebuilderd - common code"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
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.16.2"
version = "0.16.3"
description = "rebuilderd - independent build verification daemon"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ dotenv = "0.15"
env_logger = "0.9"
log = "0.4.14"
rand = "0.8"
rebuilderd-common = { version= "=0.16.2", path="../common" }
rebuilderd-common = { version= "=0.16.3", path="../common" }
serde = { version="1.0", features=["derive"] }
serde_json = "1.0.71"
structopt = "0.3"
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.16.2"
version = "0.16.3"
authors = ["kpcyrd <git@rxv.cc>"]
edition = "2018"
publish = false
Expand All @@ -12,8 +12,8 @@ actix-web = "3"
colored = "2"
env_logger = "0.9"
futures = "0.3.8"
rebuilderd = { version= "=0.16.2", path="../daemon" }
rebuilderd-common = { version= "=0.16.2", path="../common" }
rebuilderd = { version= "=0.16.3", path="../daemon" }
rebuilderd-common = { version= "=0.16.3", path="../common" }
structopt = "0.3"
tempfile = "3"
tokio = { version="1", 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.16.2"
version = "0.16.3"
description = "rebuilderd - rebuildctl client"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
Expand All @@ -16,7 +16,7 @@ assets = [
]

[dependencies]
rebuilderd-common = { version= "=0.16.2", path="../common" }
rebuilderd-common = { version= "=0.16.3", path="../common" }
structopt = "0.3"
env_logger = "0.9"
reqwest = { version="0.11", 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.16.2"
version = "0.16.3"
description = "rebuilderd - rebuild worker"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
Expand All @@ -18,7 +18,7 @@ assets = [
]

[dependencies]
rebuilderd-common = { version= "=0.16.2", path="../common" }
rebuilderd-common = { version= "=0.16.3", path="../common" }
structopt = "0.3"
env_logger = "0.9"
base64 = "0.13"
Expand Down

0 comments on commit b297f55

Please sign in to comment.