Skip to content

Commit 867db1c

Browse files
authored
add minimum version to readme
The minimum version is based on the version we explicitly test in CI, which is currently 1.21.0. It also outlines a policy for bumping the minimum version in minor releases if we need to. I think it's fair to say that we try hard not to bump that version unnecessarily, but I didn't want to get too defensive about it in the readme.
1 parent 13159c2 commit 867db1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ as well as anything that requires non-const function calls to be computed.
1313
[![Documentation](https://docs.rs/lazy_static/badge.svg)](https://docs.rs/lazy_static)
1414
[![License](https://img.shields.io/crates/l/lazy_static.svg)](https://github.com/rust-lang-nursery/lazy-static.rs#license)
1515

16+
## Minimum supported `rustc`
17+
18+
`1.21.0+`
19+
20+
This version is explicitly tested in CI and may only be bumped in new minor versions. Any changes to the supported minimum version will be called out in the release notes.
21+
1622

1723
# Getting Started
1824

0 commit comments

Comments
 (0)