Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 18, 2023
1 parent d3b36a1 commit e463734
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 62 deletions.
121 changes: 69 additions & 52 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.19.0"
version = "0.20.0"
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.19.0"
version = "0.20.0"
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.0"
env_logger = "0.10"
log = "0.4.17"
rand = "0.8.5"
rebuilderd-common = { version= "=0.19.0", path="../common" }
rebuilderd-common = { version= "=0.20.0", path="../common" }
serde = { version="1.0.137", features=["derive"] }
serde_json = "1.0.81"
structopt = "0.3.26"
Expand Down

0 comments on commit e463734

Please sign in to comment.