Skip to content

Commit 9755884

Browse files
[release] v0.0.65 (#2821)
1 parent b8b59e6 commit 9755884

2 files changed

Lines changed: 55 additions & 55 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ members = [
4242
resolver = "2"
4343

4444
[workspace.package]
45-
version = "0.0.64"
45+
version = "0.0.65"
4646
edition = "2021"
4747
license = "MIT OR Apache-2.0"
4848
homepage = "https://commonware.xyz"
@@ -80,24 +80,24 @@ chacha20poly1305 = { version = "0.10.1", default-features = false }
8080
chrono = "0.4.39"
8181
clap = "4.5.18"
8282
colored = "3.0.0"
83-
commonware-broadcast = { version = "0.0.64", path = "broadcast" }
84-
commonware-codec = { version = "0.0.64", path = "codec", default-features = false }
85-
commonware-coding = { version = "0.0.64", path = "coding" }
86-
commonware-collector = { version = "0.0.64", path = "collector" }
87-
commonware-conformance = { version = "0.0.64", path = "conformance" }
88-
commonware-conformance-macros = { version = "0.0.64", path = "conformance/macros" }
89-
commonware-consensus = { version = "0.0.64", path = "consensus" }
90-
commonware-cryptography = { version = "0.0.64", path = "cryptography", default-features = false }
91-
commonware-deployer = { version = "0.0.64", path = "deployer", default-features = false }
92-
commonware-macros = { version = "0.0.64", path = "macros" }
93-
commonware-math = { version = "0.0.64", path = "math", default-features = false }
94-
commonware-p2p = { version = "0.0.64", path = "p2p" }
95-
commonware-parallel = { version = "0.0.64", path = "parallel", default-features = false }
96-
commonware-resolver = { version = "0.0.64", path = "resolver" }
97-
commonware-runtime = { version = "0.0.64", path = "runtime" }
98-
commonware-storage = { version = "0.0.64", path = "storage", default-features = false }
99-
commonware-stream = { version = "0.0.64", path = "stream" }
100-
commonware-utils = { version = "0.0.64", path = "utils", default-features = false }
83+
commonware-broadcast = { version = "0.0.65", path = "broadcast" }
84+
commonware-codec = { version = "0.0.65", path = "codec", default-features = false }
85+
commonware-coding = { version = "0.0.65", path = "coding" }
86+
commonware-collector = { version = "0.0.65", path = "collector" }
87+
commonware-conformance = { version = "0.0.65", path = "conformance" }
88+
commonware-conformance-macros = { version = "0.0.65", path = "conformance/macros" }
89+
commonware-consensus = { version = "0.0.65", path = "consensus" }
90+
commonware-cryptography = { version = "0.0.65", path = "cryptography", default-features = false }
91+
commonware-deployer = { version = "0.0.65", path = "deployer", default-features = false }
92+
commonware-macros = { version = "0.0.65", path = "macros" }
93+
commonware-math = { version = "0.0.65", path = "math", default-features = false }
94+
commonware-p2p = { version = "0.0.65", path = "p2p" }
95+
commonware-parallel = { version = "0.0.65", path = "parallel", default-features = false }
96+
commonware-resolver = { version = "0.0.65", path = "resolver" }
97+
commonware-runtime = { version = "0.0.65", path = "runtime" }
98+
commonware-storage = { version = "0.0.65", path = "storage", default-features = false }
99+
commonware-stream = { version = "0.0.65", path = "stream" }
100+
commonware-utils = { version = "0.0.65", path = "utils", default-features = false }
101101
console-subscriber = "0.5.0"
102102
crc = "3.4.0"
103103
crc-fast = { version = "1.10.0", default-features = false }

0 commit comments

Comments
 (0)