ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
246 stars 68 forks source link

Fix test broke by #131 #135

Closed iamjpotts closed 1 year ago

iamjpotts commented 1 year ago

Build is currently broken due to incomplete type alias changes.

Apply the type alias change to test_support/client.rs.

ferristseng commented 1 year ago

Thanks for the quick fix! Not sure how that slipped through~