Mercurial > crates > systemd-socket
comparison README.md @ 26:0feab4f4c2ce
Relax version requirements and update MSRV
The MSRV was accidentally increased without documentation. Increase
itself is fine since it satisfies "latest stable Debian" condition but
given there are soundness issues this relaxes the version requirements
to work on 1.48 and also documents it.
author | Martin Habovstiak <martin.habovstiak@gmail.com> |
---|---|
date | Fri, 28 Feb 2025 23:10:11 +0100 |
parents | f6334887e3c8 |
children |
comparison
equal
deleted
inserted
replaced
25:8e20daee41ed | 26:0feab4f4c2ce |
---|---|
55 * `async_std` - adds `bind_async_std` method to `SocketAddr` | 55 * `async_std` - adds `bind_async_std` method to `SocketAddr` |
56 | 56 |
57 ## MSRV | 57 ## MSRV |
58 | 58 |
59 This crate must always compile with the latest Rust available in the latest Debian stable. | 59 This crate must always compile with the latest Rust available in the latest Debian stable. |
60 That is currently Rust 1.41.1. (Debian 10 - Buster) | 60 That is currently Rust 1.48.1. (Debian 11 - Bullseye) |
61 | 61 |
62 ## License | 62 ## License |
63 | 63 |
64 MITNFA | 64 MITNFA |