Skip to content

Commit ca83fab

Browse files
committed
set rust-ipfs dep version
1 parent 99aee57 commit ca83fab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/hermes-ipfs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ anyhow = "1.0.95"
1717
derive_more = {version = "1.0.0", features = ["from","into","display"] }
1818
ipld-core = { version = "0.4.1", features = ["serde"]}
1919
# A fork of crates-io version with updated dependencies (`libp2p` and `ring` in particular).
20-
rust-ipfs = { version = "0.15.0", git = "https://github.com/dariusc93/rust-ipfs" }
20+
# rev-26b99cb as at July 30, 2025
21+
rust-ipfs = { version = "0.15.0", git = "https://github.com/dariusc93/rust-ipfs", rev = "26b99cb" }
2122
tokio = "1.46.0"
2223
# Its a transitive dependency of the "rust-ipfs" crate,
2324
# could be removed after bumped to the rustc compiler 1.87

0 commit comments

Comments
 (0)