@@ -7,21 +7,26 @@ members = [
77]
88resolver = " 2"
99
10+ [workspace .package ]
11+ version = " 0.0.14"
12+ edition = " 2021"
13+ license = " MIT OR Apache-2.0"
14+
1015[workspace .dependencies ]
1116alto-client = { version = " 0.0.14" , path = " client" }
1217alto-types = { version = " 0.0.14" , path = " types" }
13- commonware-broadcast = { version = " 0.0.58 " }
14- commonware-codec = { version = " 0.0.58 " }
15- commonware-consensus = { version = " 0.0.58 " }
16- commonware-cryptography = { version = " 0.0.58 " }
17- commonware-deployer = { version = " 0.0.58 " , default-features = false }
18- commonware-macros = { version = " 0.0.58 " }
19- commonware-p2p = { version = " 0.0.58 " }
20- commonware-resolver = { version = " 0.0.58 " }
21- commonware-runtime = { version = " 0.0.58 " }
22- commonware-storage = { version = " 0.0.58 " }
23- commonware-stream = { version = " 0.0.58 " }
24- commonware-utils = { version = " 0.0.58 " }
18+ commonware-broadcast = { version = " 0.0.62 " }
19+ commonware-codec = { version = " 0.0.62 " }
20+ commonware-consensus = { version = " 0.0.62 " }
21+ commonware-cryptography = { version = " 0.0.62 " }
22+ commonware-deployer = { version = " 0.0.62 " , default-features = false }
23+ commonware-macros = { version = " 0.0.62 " }
24+ commonware-p2p = { version = " 0.0.62 " }
25+ commonware-resolver = { version = " 0.0.62 " }
26+ commonware-runtime = { version = " 0.0.62 " }
27+ commonware-storage = { version = " 0.0.62 " }
28+ commonware-stream = { version = " 0.0.62 " }
29+ commonware-utils = { version = " 0.0.62 " }
2530thiserror = " 2.0.12"
2631bytes = " 1.7.1"
2732rand = " 0.8.5"
0 commit comments