Skip to content

Commit 38ad616

Browse files
[release] v0.0.64 (#2594)
1 parent 4c4c7dd commit 38ad616

2 files changed

Lines changed: 53 additions & 53 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ members = [
4141
resolver = "2"
4242

4343
[workspace.package]
44-
version = "0.0.63"
44+
version = "0.0.64"
4545
edition = "2021"
4646
license = "MIT OR Apache-2.0"
4747
homepage = "https://commonware.xyz"
@@ -76,23 +76,23 @@ chacha20poly1305 = { version = "0.10.1", default-features = false }
7676
chrono = "0.4.39"
7777
clap = "4.5.18"
7878
colored = "3.0.0"
79-
commonware-broadcast = { version = "0.0.63", path = "broadcast" }
80-
commonware-codec = { version = "0.0.63", path = "codec", default-features = false }
81-
commonware-coding = { version = "0.0.63", path = "coding" }
82-
commonware-collector = { version = "0.0.63", path = "collector" }
83-
commonware-conformance = { version = "0.0.63", path = "conformance" }
84-
commonware-conformance-macros = { version = "0.0.63", path = "conformance/macros" }
85-
commonware-consensus = { version = "0.0.63", path = "consensus" }
86-
commonware-cryptography = { version = "0.0.63", path = "cryptography", default-features = false }
87-
commonware-deployer = { version = "0.0.63", path = "deployer", default-features = false }
88-
commonware-macros = { version = "0.0.63", path = "macros" }
89-
commonware-math = { version = "0.0.63", path = "math", default-features = false }
90-
commonware-p2p = { version = "0.0.63", path = "p2p" }
91-
commonware-resolver = { version = "0.0.63", path = "resolver" }
92-
commonware-runtime = { version = "0.0.63", path = "runtime" }
93-
commonware-storage = { version = "0.0.63", path = "storage", default-features = false }
94-
commonware-stream = { version = "0.0.63", path = "stream" }
95-
commonware-utils = { version = "0.0.63", path = "utils", default-features = false }
79+
commonware-broadcast = { version = "0.0.64", path = "broadcast" }
80+
commonware-codec = { version = "0.0.64", path = "codec", default-features = false }
81+
commonware-coding = { version = "0.0.64", path = "coding" }
82+
commonware-collector = { version = "0.0.64", path = "collector" }
83+
commonware-conformance = { version = "0.0.64", path = "conformance" }
84+
commonware-conformance-macros = { version = "0.0.64", path = "conformance/macros" }
85+
commonware-consensus = { version = "0.0.64", path = "consensus" }
86+
commonware-cryptography = { version = "0.0.64", path = "cryptography", default-features = false }
87+
commonware-deployer = { version = "0.0.64", path = "deployer", default-features = false }
88+
commonware-macros = { version = "0.0.64", path = "macros" }
89+
commonware-math = { version = "0.0.64", path = "math", default-features = false }
90+
commonware-p2p = { version = "0.0.64", path = "p2p" }
91+
commonware-resolver = { version = "0.0.64", path = "resolver" }
92+
commonware-runtime = { version = "0.0.64", path = "runtime" }
93+
commonware-storage = { version = "0.0.64", path = "storage", default-features = false }
94+
commonware-stream = { version = "0.0.64", path = "stream" }
95+
commonware-utils = { version = "0.0.64", path = "utils", default-features = false }
9696
console-subscriber = "0.5.0"
9797
crc32fast = "1.5.0"
9898
criterion = "0.7.0"

0 commit comments

Comments
 (0)