Skip to content

Commit db44fa1

Browse files
authored
fix catalyst-types build (#269)
1 parent b0b2cae commit db44fa1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rust/catalyst-types/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@ fmmap = { version = "0.4.0", features = ["sync", "tokio"] }
3434
once_cell = "1.20.2"
3535
tracing = "0.1.41"
3636

37+
# Its a transitive dependency of the "orx-concurrent-vec" crate,
38+
# but its breaks API after version "1.3.0".
39+
orx-iterable = { version = "=1.2.0" }
40+
3741
[dev-dependencies]
3842
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
3943
rand = "0.8.5"
4044
serde_json = "1"
45+
46+
[package.metadata.cargo-machete]
47+
# remove that after fixing issues with latest crates
48+
ignored = ["orx-iterable"]

0 commit comments

Comments
 (0)