Skip to content

Commit 4ec166b

Browse files
authored
fix(rust/hermes-ipfs): Failing latest yamux-0.13.6 dep (#440)
* fix * fix spelling
1 parent e8fbf84 commit 4ec166b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rust/hermes-ipfs/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# cspell: words yamux
2+
13
[package]
24
name = "hermes-ipfs"
35
version = "0.0.3"
@@ -16,6 +18,9 @@ derive_more = {version = "1.0.0", features = ["from","into","display"] }
1618
ipld-core = { version = "0.4.1", features = ["serde"]}
1719
rust-ipfs = "0.14.1"
1820
tokio = "1.42.0"
21+
# Its a transitive dependency of the "rust-ipfs" crate,
22+
# could be removed after bumped to the rustc compiler 1.87
23+
yamux = "=0.13.5"
1924

2025
[dev-dependencies]
2126
# Dependencies used by examples
@@ -25,3 +30,7 @@ lipsum = "0.9.1"
2530
rand = "0.8.5"
2631
rustyline-async = "0.4.5"
2732
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
33+
34+
[package.metadata.cargo-machete]
35+
# remove that after fixing issues with latest crates
36+
ignored = ["yamux"]

0 commit comments

Comments
 (0)