Skip to content

Commit 685aa3d

Browse files
[release] v0.0.56 (#1273)
1 parent b03e24a commit 685aa3d

27 files changed

Lines changed: 64 additions & 63 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,20 @@ members = [
3030
resolver = "2"
3131

3232
[workspace.dependencies]
33-
commonware-broadcast = { version = "0.0.55", path = "broadcast" }
34-
commonware-codec = { version = "0.0.55", path = "codec" }
35-
commonware-collector = { version = "0.0.55", path = "collector" }
36-
commonware-consensus = { version = "0.0.55", path = "consensus" }
37-
commonware-cryptography = { version = "0.0.55", path = "cryptography" }
38-
commonware-deployer = { version = "0.0.55", path = "deployer", default-features = false }
39-
commonware-macros = { version = "0.0.55", path = "macros" }
40-
commonware-p2p = { version = "0.0.55", path = "p2p" }
41-
commonware-resolver = { version = "0.0.55", path = "resolver" }
42-
commonware-runtime = { version = "0.0.55", path = "runtime" }
43-
commonware-storage = { version = "0.0.55", path = "storage" }
44-
commonware-stream = { version = "0.0.55", path = "stream" }
45-
commonware-utils = { version = "0.0.55", path = "utils" }
33+
commonware-broadcast = { version = "0.0.56", path = "broadcast" }
34+
commonware-codec = { version = "0.0.56", path = "codec" }
35+
commonware-coding = { version = "0.0.56", path = "coding" }
36+
commonware-collector = { version = "0.0.56", path = "collector" }
37+
commonware-consensus = { version = "0.0.56", path = "consensus" }
38+
commonware-cryptography = { version = "0.0.56", path = "cryptography" }
39+
commonware-deployer = { version = "0.0.56", path = "deployer", default-features = false }
40+
commonware-macros = { version = "0.0.56", path = "macros" }
41+
commonware-p2p = { version = "0.0.56", path = "p2p" }
42+
commonware-resolver = { version = "0.0.56", path = "resolver" }
43+
commonware-runtime = { version = "0.0.56", path = "runtime" }
44+
commonware-storage = { version = "0.0.56", path = "storage" }
45+
commonware-stream = { version = "0.0.56", path = "stream" }
46+
commonware-utils = { version = "0.0.56", path = "utils" }
4647
thiserror = "2.0.12"
4748
bytes = "1.7.1"
4849
sha2 = "0.10.8"

broadcast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-broadcast"
33
edition = "2021"
44
publish = true
5-
version = "0.0.55"
5+
version = "0.0.56"
66
license = "MIT OR Apache-2.0"
77
description = "Disseminate data over a wide-area network."
88
readme = "README.md"

codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-codec"
33
edition = "2021"
44
publish = true
5-
version = "0.0.55"
5+
version = "0.0.56"
66
license = "MIT OR Apache-2.0"
77
description = "Serialize structured data."
88
readme = "README.md"

codec/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commonware-codec-fuzz"
3-
version = "0.0.55"
3+
version = "0.0.56"
44
publish = false
55
edition = "2021"
66

coding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-coding"
33
edition = "2021"
44
publish = true
5-
version = "0.0.55"
5+
version = "0.0.56"
66
license = "MIT OR Apache-2.0"
77
description = "Encode data to enable recovery from a subset of fragments."
88
readme = "README.md"

collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-collector"
33
edition = "2021"
44
publish = true
5-
version = "0.0.55"
5+
version = "0.0.56"
66
license = "MIT OR Apache-2.0"
77
description = "Collect responses to committable requests."
88
readme = "README.md"

consensus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-consensus"
33
edition = "2021"
44
publish = true
5-
version = "0.0.55"
5+
version = "0.0.56"
66
license = "MIT OR Apache-2.0"
77
description = "Order opaque messages in a Byzantine environment."
88
readme = "README.md"

cryptography/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-cryptography"
33
edition = "2021"
44
publish = true
5-
version = "0.0.55"
5+
version = "0.0.56"
66
license = "MIT OR Apache-2.0"
77
description = "Generate keys, sign arbitrary messages, and deterministically verify signatures."
88
readme = "README.md"

cryptography/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commonware-cryptography-fuzz"
3-
version = "0.0.55"
3+
version = "0.0.56"
44
publish = false
55
edition = "2021"
66

0 commit comments

Comments
 (0)