Skip to content

Commit 0b033dd

Browse files
committed
Release 0.11.0
1 parent 672d308 commit 0b033dd

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.10.0"
3+
version = "0.11.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.10.0"
3+
version = "0.11.0"
44
description = "rebuilderd - independent build verification daemon"
55
authors = ["kpcyrd <[email protected]>"]
66
license = "GPL-3.0"
@@ -27,7 +27,7 @@ dirs-next = "2"
2727
dotenv = "0.15"
2828
env_logger = "0.8"
2929
rand = "0.8"
30-
rebuilderd-common = { version= "= 0.10.0", path="../common" }
30+
rebuilderd-common = { version= "= 0.11.0", path="../common" }
3131
serde = { version="1.0", features=["derive"] }
3232
structopt = "0.3"
3333
toml = "0.5.6"

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.10.0"
3+
version = "0.11.0"
44
authors = ["kpcyrd <[email protected]>"]
55
edition = "2018"
66
publish = false
@@ -12,8 +12,8 @@ actix-web = "3"
1212
colored = "2"
1313
env_logger = "0.8"
1414
futures = "0.3.8"
15-
rebuilderd = { version= "= 0.10.0", path="../daemon" }
16-
rebuilderd-common = { version= "= 0.10.0", path="../common" }
15+
rebuilderd = { version= "= 0.11.0", path="../daemon" }
16+
rebuilderd-common = { version= "= 0.11.0", path="../common" }
1717
structopt = "0.3"
1818
tempfile = "3"
1919
tokio = { version="1", features=["macros", "rt-multi-thread"] }

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.10.0"
3+
version = "0.11.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.10.0", path="../common" }
19+
rebuilderd-common = { version= "= 0.11.0", path="../common" }
2020
structopt = "0.3"
2121
env_logger = "0.8"
2222
reqwest = { version="0.11", 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.10.0"
3+
version = "0.11.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.10.0", path="../common" }
21+
rebuilderd-common = { version= "= 0.11.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)