mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 09:11: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]
|
# 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`.
|
- Remove deprecated features: `tcp-tokio`, `mdns-tokio`, `dns-tokio`, `tcp-async-io`, `mdns-async-io`, `dns-async-std`.
|
||||||
See [PR 3001].
|
See [PR 3001].
|
||||||
- Introduce [`libp2p-tls` `v0.1.0`](transports/tls/CHANGELOG.md#010). See [PR 2945].
|
- Introduce [`libp2p-tls` `v0.1.0`](transports/tls/CHANGELOG.md#010). See [PR 2945].
|
||||||
- Update individual crates.
|
- Update individual crates.
|
||||||
- Update to [`libp2p-tcp` `v0.38.0`](transports/tcp/CHANGELOG.md#0380).
|
- 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 3001]: https://github.com/libp2p/rust-libp2p/pull/3001
|
||||||
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945
|
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945
|
||||||
|
|
||||||
|
@ -36,8 +36,8 @@ full = [
|
|||||||
"secp256k1",
|
"secp256k1",
|
||||||
"serde",
|
"serde",
|
||||||
"tcp",
|
"tcp",
|
||||||
"tokio",
|
|
||||||
"tls",
|
"tls",
|
||||||
|
"tokio",
|
||||||
"uds",
|
"uds",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"wasm-ext",
|
"wasm-ext",
|
||||||
|
Reference in New Issue
Block a user