Skip to content

Commit af6a469

Browse files
authored
Merge pull request #123 from KodrAus/KodrAus-patch-1
add minimum version to readme
2 parents 13159c2 + 867db1c commit af6a469

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)