Skip to content

Commit f6fc8ec

Browse files
[release] v0.0.63 (#2066)
1 parent 03c0661 commit f6fc8ec

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,26 @@ members = [
3939
resolver = "2"
4040

4141
[workspace.package]
42-
version = "0.0.62"
42+
version = "0.0.63"
4343
edition = "2021"
4444
license = "MIT OR Apache-2.0"
4545
homepage = "https://commonware.xyz"
4646

4747
[workspace.dependencies]
48-
commonware-broadcast = { version = "0.0.62", path = "broadcast" }
49-
commonware-codec = { version = "0.0.62", path = "codec", default-features = false }
50-
commonware-coding = { version = "0.0.62", path = "coding" }
51-
commonware-collector = { version = "0.0.62", path = "collector" }
52-
commonware-consensus = { version = "0.0.62", path = "consensus" }
53-
commonware-cryptography = { version = "0.0.62", path = "cryptography", default-features = false }
54-
commonware-deployer = { version = "0.0.62", path = "deployer", default-features = false }
55-
commonware-macros = { version = "0.0.62", path = "macros" }
56-
commonware-p2p = { version = "0.0.62", path = "p2p" }
57-
commonware-resolver = { version = "0.0.62", path = "resolver" }
58-
commonware-runtime = { version = "0.0.62", path = "runtime" }
59-
commonware-storage = { version = "0.0.62", path = "storage", default-features = false }
60-
commonware-stream = { version = "0.0.62", path = "stream" }
61-
commonware-utils = { version = "0.0.62", path = "utils", default-features = false }
48+
commonware-broadcast = { version = "0.0.63", path = "broadcast" }
49+
commonware-codec = { version = "0.0.63", path = "codec", default-features = false }
50+
commonware-coding = { version = "0.0.63", path = "coding" }
51+
commonware-collector = { version = "0.0.63", path = "collector" }
52+
commonware-consensus = { version = "0.0.63", path = "consensus" }
53+
commonware-cryptography = { version = "0.0.63", path = "cryptography", default-features = false }
54+
commonware-deployer = { version = "0.0.63", path = "deployer", default-features = false }
55+
commonware-macros = { version = "0.0.63", path = "macros" }
56+
commonware-p2p = { version = "0.0.63", path = "p2p" }
57+
commonware-resolver = { version = "0.0.63", path = "resolver" }
58+
commonware-runtime = { version = "0.0.63", path = "runtime" }
59+
commonware-storage = { version = "0.0.63", path = "storage", default-features = false }
60+
commonware-stream = { version = "0.0.63", path = "stream" }
61+
commonware-utils = { version = "0.0.63", path = "utils", default-features = false }
6262
anyhow = { version = "1.0.99", default-features = false }
6363
thiserror = { version = "2.0.12", default-features = false }
6464
bytes = { version = "1.7.1", default-features = false }

0 commit comments

Comments
 (0)