Skip to content

Commit 6c0716b

Browse files
[release] v2026.2.0 (#3053)
1 parent 2575ee3 commit 6c0716b

2 files changed

Lines changed: 57 additions & 57 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ members = [
4343
resolver = "2"
4444

4545
[workspace.package]
46-
version = "0.0.65"
46+
version = "2026.2.0"
4747
edition = "2021"
4848
license = "MIT OR Apache-2.0"
4949
homepage = "https://commonware.xyz"
@@ -84,25 +84,25 @@ chacha20poly1305 = { version = "0.10.1", default-features = false }
8484
chrono = "0.4.39"
8585
clap = "4.5.18"
8686
colored = "3.0.0"
87-
commonware-broadcast = { version = "0.0.65", path = "broadcast" }
88-
commonware-codec = { version = "0.0.65", path = "codec", default-features = false }
89-
commonware-coding = { version = "0.0.65", path = "coding" }
90-
commonware-collector = { version = "0.0.65", path = "collector" }
91-
commonware-conformance = { version = "0.0.65", path = "conformance" }
92-
commonware-conformance-macros = { version = "0.0.65", path = "conformance/macros" }
93-
commonware-consensus = { version = "0.0.65", path = "consensus" }
94-
commonware-cryptography = { version = "0.0.65", path = "cryptography", default-features = false }
95-
commonware-deployer = { version = "0.0.65", path = "deployer", default-features = false }
96-
commonware-macros = { version = "0.0.65", path = "macros", default-features = false }
97-
commonware-macros-impl = { version = "0.0.65", path = "macros/impl" }
98-
commonware-math = { version = "0.0.65", path = "math", default-features = false }
99-
commonware-p2p = { version = "0.0.65", path = "p2p" }
100-
commonware-parallel = { version = "0.0.65", path = "parallel", default-features = false }
101-
commonware-resolver = { version = "0.0.65", path = "resolver" }
102-
commonware-runtime = { version = "0.0.65", path = "runtime" }
103-
commonware-storage = { version = "0.0.65", path = "storage", default-features = false }
104-
commonware-stream = { version = "0.0.65", path = "stream" }
105-
commonware-utils = { version = "0.0.65", path = "utils", default-features = false }
87+
commonware-broadcast = { version = "2026.2.0", path = "broadcast" }
88+
commonware-codec = { version = "2026.2.0", path = "codec", default-features = false }
89+
commonware-coding = { version = "2026.2.0", path = "coding" }
90+
commonware-collector = { version = "2026.2.0", path = "collector" }
91+
commonware-conformance = { version = "2026.2.0", path = "conformance" }
92+
commonware-conformance-macros = { version = "2026.2.0", path = "conformance/macros" }
93+
commonware-consensus = { version = "2026.2.0", path = "consensus" }
94+
commonware-cryptography = { version = "2026.2.0", path = "cryptography", default-features = false }
95+
commonware-deployer = { version = "2026.2.0", path = "deployer", default-features = false }
96+
commonware-macros = { version = "2026.2.0", path = "macros", default-features = false }
97+
commonware-macros-impl = { version = "2026.2.0", path = "macros/impl" }
98+
commonware-math = { version = "2026.2.0", path = "math", default-features = false }
99+
commonware-p2p = { version = "2026.2.0", path = "p2p" }
100+
commonware-parallel = { version = "2026.2.0", path = "parallel", default-features = false }
101+
commonware-resolver = { version = "2026.2.0", path = "resolver" }
102+
commonware-runtime = { version = "2026.2.0", path = "runtime" }
103+
commonware-storage = { version = "2026.2.0", path = "storage", default-features = false }
104+
commonware-stream = { version = "2026.2.0", path = "stream" }
105+
commonware-utils = { version = "2026.2.0", path = "utils", default-features = false }
106106
console-subscriber = "0.5.0"
107107
crc = "3.4.0"
108108
crc-fast = { version = "1.10.0", default-features = false }

0 commit comments

Comments
 (0)