Skip to content

Commit 85c9e2f

Browse files
committed
Release v0.5.0
1 parent 7eaf143 commit 85c9e2f

File tree

6 files changed

+61
-61
lines changed

6 files changed

+61
-61
lines changed

Cargo.lock

Lines changed: 52 additions & 52 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.4.0"
3+
version = "0.5.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.4.0"
3+
version = "0.5.0"
44
description = "rebuilderd - independent build verification daemon"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -19,7 +19,7 @@ assets = [
1919
]
2020

2121
[dependencies]
22-
rebuilderd-common = { version="=0.4.0", path="../common" }
22+
rebuilderd-common = { version="=0.5.0", path="../common" }
2323
structopt = "0.3"
2424
env_logger = "0.8"
2525
actix-rt = "1.0.0"

tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ edition = "2018"
88

99
[dependencies]
1010
structopt = "0.3"
11-
rebuilderd-common = { version="=0.4.0", path="../common" }
12-
rebuilderd = { version="=0.4.0", path="../daemon" }
11+
rebuilderd-common = { version="=0.5.0", path="../common" }
12+
rebuilderd = { version="=0.5.0", path="../daemon" }
1313
env_logger = "0.8"
1414
colored = "2"
1515
tempfile = "3"

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.4.0"
3+
version = "0.5.0"
44
description = "rebuilderd - rebuildctl client"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -16,7 +16,7 @@ assets = [
1616
]
1717

1818
[dependencies]
19-
rebuilderd-common = { version="=0.4.0", path="../common" }
19+
rebuilderd-common = { version="=0.5.0", path="../common" }
2020
structopt = "0.3"
2121
env_logger = "0.8"
2222
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.4.0"
3+
version = "0.5.0"
44
description = "rebuilderd - rebuild worker"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -18,7 +18,7 @@ assets = [
1818
]
1919

2020
[dependencies]
21-
rebuilderd-common = { version="=0.4.0", path="../common" }
21+
rebuilderd-common = { version="=0.5.0", path="../common" }
2222
structopt = "0.3"
2323
env_logger = "0.8"
2424
sodiumoxide = { version="0.2.5", features=["use-pkg-config"] }

0 commit comments

Comments
 (0)