@@ -40,20 +40,20 @@ license = "MIT OR Apache-2.0"
4040homepage = " https://commonware.xyz"
4141
4242[workspace .dependencies ]
43- commonware-broadcast = { path = " broadcast" }
44- commonware-codec = { path = " codec" , default-features = false }
45- commonware-coding = { path = " coding" }
46- commonware-collector = { path = " collector" }
47- commonware-consensus = { path = " consensus" }
48- commonware-cryptography = { path = " cryptography" }
49- commonware-deployer = { path = " deployer" , default-features = false }
50- commonware-macros = { path = " macros" }
51- commonware-p2p = { path = " p2p" }
52- commonware-resolver = { path = " resolver" }
53- commonware-runtime = { path = " runtime" }
54- commonware-storage = { path = " storage" }
55- commonware-stream = { path = " stream" }
56- commonware-utils = { path = " utils" , default-features = false }
43+ commonware-broadcast = { version = " 0.0.62 " , path = " broadcast" }
44+ commonware-codec = { version = " 0.0.62 " , path = " codec" , default-features = false }
45+ commonware-coding = { version = " 0.0.62 " , path = " coding" }
46+ commonware-collector = { version = " 0.0.62 " , path = " collector" }
47+ commonware-consensus = { version = " 0.0.62 " , path = " consensus" }
48+ commonware-cryptography = { version = " 0.0.62 " , path = " cryptography" }
49+ commonware-deployer = { version = " 0.0.62 " , path = " deployer" , default-features = false }
50+ commonware-macros = { version = " 0.0.62 " , path = " macros" }
51+ commonware-p2p = { version = " 0.0.62 " , path = " p2p" }
52+ commonware-resolver = { version = " 0.0.62 " , path = " resolver" }
53+ commonware-runtime = { version = " 0.0.62 " , path = " runtime" }
54+ commonware-storage = { version = " 0.0.62 " , path = " storage" }
55+ commonware-stream = { version = " 0.0.62 " , path = " stream" }
56+ commonware-utils = { version = " 0.0.62 " , path = " utils" , default-features = false }
5757anyhow = { version = " 1.0.99" , default-features = false }
5858thiserror = { version = " 2.0.12" , default-features = false }
5959bytes = { version = " 1.7.1" , default-features = false }
0 commit comments