@@ -15,18 +15,19 @@ license = "MIT OR Apache-2.0"
1515[workspace .dependencies ]
1616alto-client = { version = " 0.0.14" , path = " client" }
1717alto-types = { version = " 0.0.14" , path = " types" }
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" }
18+ commonware-broadcast = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
19+ commonware-codec = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
20+ commonware-coding = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
21+ commonware-consensus = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
22+ commonware-cryptography = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
23+ commonware-deployer = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" , default-features = false }
24+ commonware-macros = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
25+ commonware-p2p = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
26+ commonware-resolver = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
27+ commonware-runtime = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
28+ commonware-storage = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
29+ commonware-stream = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
30+ commonware-utils = { git = " https://github.com/clabby/commonware.git" , branch = " cl/consensus-erasure-coding" }
3031thiserror = " 2.0.12"
3132bytes = " 1.7.1"
3233rand = " 0.8.5"
0 commit comments