comparison src/lib.rs @ 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 8e20daee41ed
children cfef4593e207 e15210d1e534
comparison
equal deleted inserted replaced
25:8e20daee41ed 26:0feab4f4c2ce
71 //! evironment variable is broken (even though understandably) and it's not a fault of this library. 71 //! evironment variable is broken (even though understandably) and it's not a fault of this library.
72 //! 72 //!
73 //! ## MSRV 73 //! ## MSRV
74 //! 74 //!
75 //! This crate must always compile with the latest Rust available in the latest Debian stable. 75 //! This crate must always compile with the latest Rust available in the latest Debian stable.
76 //! That is currently Rust 1.41.1. (Debian 10 - Buster) 76 //! That is currently Rust 1.48.0. (Debian 11 - Bullseye)
77 77
78 #![cfg_attr(docsrs, feature(doc_auto_cfg))] 78 #![cfg_attr(docsrs, feature(doc_auto_cfg))]
79 79
80 #![deny(missing_docs)] 80 #![deny(missing_docs)]
81 81