Skip to content

Commit b1b1217

Browse files
committed
Release v0.2.0
1 parent 72ec954 commit b1b1217

File tree

5 files changed

+21
-22
lines changed

5 files changed

+21
-22
lines changed

Cargo.lock

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

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.1.0"
3+
version = "0.2.0"
44
description = "rebuilderd - common code"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"

daemon/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"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "rebuilderd - independent build verification daemon"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -10,7 +10,7 @@ edition = "2018"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
rebuilderd-common = { version="0.1.0", path="../common" }
13+
rebuilderd-common = { version="=0.2.0", path="../common" }
1414
structopt = "0.3"
1515
env_logger = "0.7"
1616
actix-rt = "1.0.0"

tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuildctl"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "rebuilderd - rebuildctl client"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -10,7 +10,7 @@ edition = "2018"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
rebuilderd-common = { version="0.1.0", path="../common" }
13+
rebuilderd-common = { version="=0.2.0", path="../common" }
1414
structopt = "0.3"
1515
env_logger = "0.7"
1616
reqwest = { version="0.10.0", features=["json"] }

worker/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-worker"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "rebuilderd - rebuild worker"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -10,7 +10,7 @@ edition = "2018"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
rebuilderd-common = { version="0.1.0", path="../common" }
13+
rebuilderd-common = { version="=0.2.0", path="../common" }
1414
structopt = "0.3"
1515
env_logger = "0.7"
1616
sodiumoxide = { version="0.2.5", features=["use-pkg-config"] }

0 commit comments

Comments
 (0)