You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using version iroh-net version 0.20.0 we now get the following error:
error[E0277]: `iroh_quinn::Accept<'_>` doesn't implement `derive_more::Debug`
--> /home/sandreae/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iroh-net-0.20.0/src/endpoint.rs:909:10
|
909 | #[derive(Debug)]
| ^^^^^ `iroh_quinn::Accept<'_>` cannot be formatted using `{:?}` because it doesn't implement `derive_more::Debug`
|
= help: the trait `derive_more::Debug` is not implemented for `iroh_quinn::Accept<'_>`, which is required by `&iroh_quinn::Accept<'_>: derive_more::Debug`
= note: required for `&iroh_quinn::Accept<'_>` to implement `derive_more::Debug`
= note: required for the cast from `&&iroh_quinn::Accept<'_>` to `&dyn derive_more::Debug`
= note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
It's an issue with a dependency in these crates which has already been fixed in upstream versions, documented here: n0-computer/iroh#2588
I found it half-way through working on the minio store and as bumping the relevant iroh crates includes breaking api changes, and there is a temp workaround, I'm continuing on the current iroh-net version. We need to update all iroh crates to 0.22.0 soon.
The text was updated successfully, but these errors were encountered:
Using version
iroh-net
version0.20.0
we now get the following error:It's an issue with a dependency in these crates which has already been fixed in upstream versions, documented here: n0-computer/iroh#2588
I found it half-way through working on the minio store and as bumping the relevant iroh crates includes breaking api changes, and there is a temp workaround, I'm continuing on the current
iroh-net
version. We need to update all iroh crates to0.22.0
soon.The text was updated successfully, but these errors were encountered: