comparison README.md @ 3:0edcde404b02

Added information about MSRV
author Martin Habovstiak <martin.habovstiak@gmail.com>
date Fri, 27 Nov 2020 12:56:37 +0100
parents a65053246c29
children 66c0e10c89fc
comparison
equal deleted inserted replaced
2:cabc4aafdd85 3:0edcde404b02
44 * `parse_arg` - implements `parse_arg::ParseArg` for `SocketAddr` 44 * `parse_arg` - implements `parse_arg::ParseArg` for `SocketAddr`
45 * `tokio_0_2` - adds `bind_tokio_0_2` convenience method to `SocketAddr` 45 * `tokio_0_2` - adds `bind_tokio_0_2` convenience method to `SocketAddr`
46 * `tokio_0_3` - adds `bind_tokio_0_3` convenience method to `SocketAddr` 46 * `tokio_0_3` - adds `bind_tokio_0_3` convenience method to `SocketAddr`
47 * `async_std` - adds `bind_async_std` convenience method to `SocketAddr` 47 * `async_std` - adds `bind_async_std` convenience method to `SocketAddr`
48 48
49 ## MSRV
50
51 This crate must always compile with the latest Rust available in the latest Debian stable.
52 That is currently Rust 1.41.1. (Debian 10 - Buster)
53
49 ## License 54 ## License
50 55
51 MITNFA 56 MITNFA