Skip to content

Commit 04e1d59

Browse files
bors[bot]matklad
andauthored
Merge #204
204: clarify MSRV r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 0ebafa5 + 32ba3f8 commit 04e1d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
//!
270270
//! This crate's minimum supported `rustc` version is `1.56.0`.
271271
//!
272-
//! If only the `std` feature is enabled, MSRV will be updated conservatively.
272+
//! If only the `std` feature is enabled, MSRV will be updated conservatively, supporting at least latest 8 versions of the compiler.
273273
//! When using other features, like `parking_lot`, MSRV might be updated more frequently, up to the latest stable.
274274
//! In both cases, increasing MSRV is *not* considered a semver-breaking change.
275275
//!

0 commit comments

Comments
 (0)