Remove deprecation/upgrade text

This commit is contained in:
Linus Färnstrand
2020-12-03 00:21:06 +01:00
parent 4876ce3b91
commit 4ddf6680a7

View File

@@ -19,7 +19,4 @@ and `std::net::SocketAddrV6` have the same memory layout as the system C represe
system representation. The standard library does not say anything about the memory
layout, and this will cause invalid memory access if the standard library
changes the implementation. No warnings or errors will be emitted once the
change happens.
Please stop using `net2` completely (it is deprecated, use `socket2`) or at least
upgrade to version `0.2.36` where the socket address conversion is done safely.
change happens.