Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Apr 30, 2020
1 parent fb7eb83 commit 669dd18
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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.3.0"
version = "0.3.1"
description = "rebuilderd - common code"
authors = ["kpcyrd <[email protected]>"]
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.3.0"
version = "0.3.1"
description = "rebuilderd - independent build verification daemon"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -10,7 +10,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rebuilderd-common = { version="=0.3.0", path="../common" }
rebuilderd-common = { version="=0.3.1", path="../common" }
structopt = "0.3"
env_logger = "0.7"
actix-rt = "1.0.0"
Expand Down
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.3.0"
version = "0.3.1"
description = "rebuilderd - rebuildctl client"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -10,7 +10,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rebuilderd-common = { version="=0.3.0", path="../common" }
rebuilderd-common = { version="=0.3.1", path="../common" }
structopt = "0.3"
env_logger = "0.7"
reqwest = { version="0.10.0", 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.3.0"
version = "0.3.1"
description = "rebuilderd - rebuild worker"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -10,7 +10,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rebuilderd-common = { version="=0.3.0", path="../common" }
rebuilderd-common = { version="=0.3.1", path="../common" }
structopt = "0.3"
env_logger = "0.7"
sodiumoxide = { version="0.2.5", features=["use-pkg-config"] }
Expand Down

0 comments on commit 669dd18

Please sign in to comment.