Skip to content

Commit ec8f5bb

Browse files
committed
fix: type
1 parent 2391d3e commit ec8f5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/dips/src/ipfs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl<T: IpfsFetcher> IpfsFetcher for Arc<T> {
2727
#[derivative(Debug)]
2828
pub struct IpfsClient {
2929
#[derivative(Debug = "ignore")]
30-
client: ipfs_api_backend_hyper::Backend,
30+
client: ipfs_api_backend_hyper::BackendWithGlobalOptions<ipfs_api_backend_hyper::IpfsClient>,
3131
}
3232

3333
impl IpfsClient {

0 commit comments

Comments
 (0)