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 f4ff938 commit a9b0198Copy full SHA for a9b0198
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.5.0
2
+
3
+- Add `Into` impls for conversion into inner networking types `Arc<Async<T>>`.
4
5
# Version 1.4.7
6
7
- Update `futures-lite`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-net"
-version = "1.4.7"
+version = "1.5.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async networking primitives for TCP/UDP/Unix communication"
0 commit comments