Skip to content

Commit 6a0fee0

Browse files
[release] v0.0.59 (#1458)
1 parent c45c19a commit 6a0fee0

30 files changed

Lines changed: 71 additions & 71 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 28 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 & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ members = [
3333
resolver = "2"
3434

3535
[workspace.dependencies]
36-
commonware-broadcast = { version = "0.0.58", path = "broadcast" }
37-
commonware-codec = { version = "0.0.58", path = "codec" }
38-
commonware-coding = { version = "0.0.58", path = "coding" }
39-
commonware-collector = { version = "0.0.58", path = "collector" }
40-
commonware-consensus = { version = "0.0.58", path = "consensus" }
41-
commonware-cryptography = { version = "0.0.58", path = "cryptography" }
42-
commonware-deployer = { version = "0.0.58", path = "deployer", default-features = false }
43-
commonware-macros = { version = "0.0.58", path = "macros" }
44-
commonware-p2p = { version = "0.0.58", path = "p2p" }
45-
commonware-resolver = { version = "0.0.58", path = "resolver" }
46-
commonware-runtime = { version = "0.0.58", path = "runtime" }
47-
commonware-storage = { version = "0.0.58", path = "storage" }
48-
commonware-stream = { version = "0.0.58", path = "stream" }
49-
commonware-utils = { version = "0.0.58", path = "utils" }
36+
commonware-broadcast = { version = "0.0.59", path = "broadcast" }
37+
commonware-codec = { version = "0.0.59", path = "codec" }
38+
commonware-coding = { version = "0.0.59", path = "coding" }
39+
commonware-collector = { version = "0.0.59", path = "collector" }
40+
commonware-consensus = { version = "0.0.59", path = "consensus" }
41+
commonware-cryptography = { version = "0.0.59", path = "cryptography" }
42+
commonware-deployer = { version = "0.0.59", path = "deployer", default-features = false }
43+
commonware-macros = { version = "0.0.59", path = "macros" }
44+
commonware-p2p = { version = "0.0.59", path = "p2p" }
45+
commonware-resolver = { version = "0.0.59", path = "resolver" }
46+
commonware-runtime = { version = "0.0.59", path = "runtime" }
47+
commonware-storage = { version = "0.0.59", path = "storage" }
48+
commonware-stream = { version = "0.0.59", path = "stream" }
49+
commonware-utils = { version = "0.0.59", path = "utils" }
5050
thiserror = "2.0.12"
5151
bytes = "1.7.1"
5252
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.58"
5+
version = "0.0.59"
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.58"
5+
version = "0.0.59"
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.58"
3+
version = "0.0.59"
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.58"
5+
version = "0.0.59"
66
license = "MIT OR Apache-2.0"
77
description = "Encode data to enable recovery from a subset of fragments."
88
readme = "README.md"

coding/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-coding-fuzz"
3-
version = "0.0.58"
3+
version = "0.0.59"
44
publish = false
55
edition = "2021"
66

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.58"
5+
version = "0.0.59"
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.58"
5+
version = "0.0.59"
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.58"
5+
version = "0.0.59"
66
license = "MIT OR Apache-2.0"
77
description = "Generate keys, sign arbitrary messages, and deterministically verify signatures."
88
readme = "README.md"

0 commit comments

Comments
 (0)