@@ -33,21 +33,27 @@ members = [
3333]
3434resolver = " 2"
3535
36+ [workspace .package ]
37+ version = " 0.0.62"
38+ edition = " 2021"
39+ license = " MIT OR Apache-2.0"
40+ homepage = " https://commonware.xyz"
41+
3642[workspace .dependencies ]
37- commonware-broadcast = { version = " 0.0.61 " , path = " broadcast" }
38- commonware-codec = { version = " 0.0.61 " , path = " codec" , default-features = false }
39- commonware-coding = { version = " 0.0.61 " , path = " coding" }
40- commonware-collector = { version = " 0.0.61 " , path = " collector" }
41- commonware-consensus = { version = " 0.0.61 " , path = " consensus" }
42- commonware-cryptography = { version = " 0.0.61 " , path = " cryptography" }
43- commonware-deployer = { version = " 0.0.61 " , path = " deployer" , default-features = false }
44- commonware-macros = { version = " 0.0.61 " , path = " macros" }
45- commonware-p2p = { version = " 0.0.61 " , path = " p2p" }
46- commonware-resolver = { version = " 0.0.61 " , path = " resolver" }
47- commonware-runtime = { version = " 0.0.61 " , path = " runtime" }
48- commonware-storage = { version = " 0.0.61 " , path = " storage" }
49- commonware-stream = { version = " 0.0.61 " , path = " stream" }
50- commonware-utils = { version = " 0.0.61 " , path = " utils" , default-features = false }
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 }
5157anyhow = { version = " 1.0.99" , default-features = false }
5258thiserror = { version = " 2.0.12" , default-features = false }
5359bytes = { version = " 1.7.1" , default-features = false }
0 commit comments