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
feat(kademlia)!: use GATs on RecordStore trait (#3239)
Previously, we applied a lifetime onto the entire `RecordStore` to workaround Rust not having GATs. With Rust 1.65.0 we now have GATs so we can remove this workaround.
Related #3240. Without this change, we would have to specify HRTB in various places.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,9 @@
52
52
- Remove `BandwidthFuture`
53
53
- Rename `BandwidthConnecLogging` to `InstrumentedStream`
54
54
- Remove `SimpleProtocol` due to being unused. See [`libp2p::core::upgrade`](https://docs.rs/libp2p/0.50.0/libp2p/core/upgrade/index.html) for alternatives. See [PR 3191].
55
+
56
+
- Bump MSRV to 1.65.0.
57
+
55
58
- Update individual crates.
56
59
- Update to [`libp2p-dcutr``v0.9.0`](protocols/dcutr/CHANGELOG.md#090).
0 commit comments