Skip to content

Commit a5e5889

Browse files
committed
Release 0.7.0
1 parent 61ee529 commit a5e5889

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.6.0"
3+
version = "0.7.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.6.0"
3+
version = "0.7.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.6.0", path="../common" }
22+
rebuilderd-common = { version= "= 0.7.0", path="../common" }
2323
structopt = "0.3"
2424
env_logger = "0.8"
2525
actix-rt = "1.0.0"

tests/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rebuilderd-tests"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["kpcyrd <[email protected]>"]
55
edition = "2018"
66
publish = false
@@ -9,8 +9,8 @@ publish = false
99

1010
[dependencies]
1111
structopt = "0.3"
12-
rebuilderd-common = { version= "= 0.6.0", path="../common" }
13-
rebuilderd = { version= "= 0.6.0", path="../daemon" }
12+
rebuilderd-common = { version= "= 0.7.0", path="../common" }
13+
rebuilderd = { version= "= 0.7.0", path="../daemon" }
1414
env_logger = "0.8"
1515
colored = "2"
1616
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.6.0"
3+
version = "0.7.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.6.0", path="../common" }
19+
rebuilderd-common = { version= "= 0.7.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.6.0"
3+
version = "0.7.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.6.0", path="../common" }
21+
rebuilderd-common = { version= "= 0.7.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)