We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2391d3e commit ec8f5bbCopy full SHA for ec8f5bb
crates/dips/src/ipfs.rs
@@ -27,7 +27,7 @@ impl<T: IpfsFetcher> IpfsFetcher for Arc<T> {
27
#[derivative(Debug)]
28
pub struct IpfsClient {
29
#[derivative(Debug = "ignore")]
30
- client: ipfs_api_backend_hyper::Backend,
+ client: ipfs_api_backend_hyper::BackendWithGlobalOptions<ipfs_api_backend_hyper::IpfsClient>,
31
}
32
33
impl IpfsClient {
0 commit comments