Skip to content

Commit 9e9e8b4

Browse files
[ci] Fix publishing error (#1579)
1 parent f74a4d0 commit 9e9e8b4

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ license = "MIT OR Apache-2.0"
4040
homepage = "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 }
5757
anyhow = { version = "1.0.99", default-features = false }
5858
thiserror = { version = "2.0.12", default-features = false }
5959
bytes = { version = "1.7.1", default-features = false }

0 commit comments

Comments
 (0)