mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 17:21:34 +00:00
CHANGELOG.md: Move libp2p-tls
to correct version (#3057)
Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
@ -46,12 +46,14 @@
|
||||
|
||||
# 0.50.0 - [unreleased]
|
||||
|
||||
- Introduce [`libp2p-tls` `v0.1.0-alpha`](transports/tls/CHANGELOG.md#010-alpha). See [PR 2945].
|
||||
- Remove deprecated features: `tcp-tokio`, `mdns-tokio`, `dns-tokio`, `tcp-async-io`, `mdns-async-io`, `dns-async-std`.
|
||||
See [PR 3001].
|
||||
- Introduce [`libp2p-tls` `v0.1.0`](transports/tls/CHANGELOG.md#010). See [PR 2945].
|
||||
- Update individual crates.
|
||||
- Update to [`libp2p-tcp` `v0.38.0`](transports/tcp/CHANGELOG.md#0380).
|
||||
|
||||
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945
|
||||
[PR 3001]: https://github.com/libp2p/rust-libp2p/pull/3001
|
||||
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945
|
||||
|
||||
|
@ -36,8 +36,8 @@ full = [
|
||||
"secp256k1",
|
||||
"serde",
|
||||
"tcp",
|
||||
"tokio",
|
||||
"tls",
|
||||
"tokio",
|
||||
"uds",
|
||||
"wasm-bindgen",
|
||||
"wasm-ext",
|
||||
|
Reference in New Issue
Block a user