Skip to content

Commit 3300f01

Browse files
[release] 4-9-25 (#697)
1 parent 00f1b8f commit 3300f01

19 files changed

Lines changed: 46 additions & 46 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ members = [
2020
resolver = "2"
2121

2222
[workspace.dependencies]
23-
commonware-broadcast = { version = "0.0.43", path = "broadcast" }
24-
commonware-codec = { version = "0.0.43", path = "codec" }
25-
commonware-consensus = { version = "0.0.43", path = "consensus" }
26-
commonware-cryptography = { version = "0.0.43", path = "cryptography" }
27-
commonware-deployer = { version = "0.0.43", path = "deployer", default-features = false }
28-
commonware-macros = { version = "0.0.43", path = "macros" }
29-
commonware-p2p = { version = "0.0.43", path = "p2p" }
30-
commonware-resolver = { version = "0.0.43", path = "resolver" }
31-
commonware-runtime = { version = "0.0.43", path = "runtime" }
32-
commonware-storage = { version = "0.0.43", path = "storage" }
33-
commonware-stream = { version = "0.0.43", path = "stream" }
34-
commonware-utils = { version = "0.0.43", path = "utils" }
23+
commonware-broadcast = { version = "0.0.44", path = "broadcast" }
24+
commonware-codec = { version = "0.0.44", path = "codec" }
25+
commonware-consensus = { version = "0.0.44", path = "consensus" }
26+
commonware-cryptography = { version = "0.0.44", path = "cryptography" }
27+
commonware-deployer = { version = "0.0.44", path = "deployer", default-features = false }
28+
commonware-macros = { version = "0.0.44", path = "macros" }
29+
commonware-p2p = { version = "0.0.44", path = "p2p" }
30+
commonware-resolver = { version = "0.0.44", path = "resolver" }
31+
commonware-runtime = { version = "0.0.44", path = "runtime" }
32+
commonware-storage = { version = "0.0.44", path = "storage" }
33+
commonware-stream = { version = "0.0.44", path = "stream" }
34+
commonware-utils = { version = "0.0.44", path = "utils" }
3535
thiserror = "2.0.12"
3636
bytes = "1.7.1"
3737
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.43"
5+
version = "0.0.44"
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.43"
5+
version = "0.0.44"
66
license = "MIT OR Apache-2.0"
77
description = "Serialize structured data."
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.43"
5+
version = "0.0.44"
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.43"
5+
version = "0.0.44"
66
license = "MIT OR Apache-2.0"
77
description = "Generate keys, sign arbitrary messages, and deterministically verify signatures."
88
readme = "README.md"

deployer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-deployer"
33
edition = "2021"
44
publish = true
5-
version = "0.0.43"
5+
version = "0.0.44"
66
license = "MIT OR Apache-2.0"
77
description = "Deploy infrastructure across cloud providers."
88
readme = "README.md"

examples/bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-bridge"
33
edition = "2021"
44
publish = true
5-
version = "0.0.43"
5+
version = "0.0.44"
66
license = "MIT OR Apache-2.0"
77
description = "Send succinct consensus certificates between two networks."
88
readme = "README.md"

examples/chat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-chat"
33
edition = "2021"
44
publish = true
5-
version = "0.0.43"
5+
version = "0.0.44"
66
license = "MIT OR Apache-2.0"
77
description = "Send encrypted messages to a group of friends using commonware-cryptography and commonware-p2p."
88
readme = "README.md"

examples/flood/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "commonware-flood"
33
edition = "2021"
44
publish = true
5-
version = "0.0.43"
5+
version = "0.0.44"
66
license = "MIT OR Apache-2.0"
77
description = "Spam peers deployed to AWS EC2 with random messages."
88
readme = "README.md"

0 commit comments

Comments
 (0)