Skip to content

Commit e2cf0ff

Browse files
authored
Merge pull request #19 from eldruin/add-msrv
Document MSRV 1.23.0
2 parents ffd2b98 + 6c90835 commit e2cf0ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
sudo: false
22
language: rust
3+
34
rust:
4-
- 1.23.0 # oldest supported version
5+
- 1.23.0 # MSRV
56
- stable
67
- beta
78
- nightly

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ fn main() {
5858
}
5959
```
6060

61+
Minimum Supported Rust Version (MSRV)
62+
-------------------------------------
63+
64+
This crate is guaranteed to compile on stable Rust 1.23.0 and up. It *might*
65+
compile with older versions but that may change in any new patch release.
66+
6167
License
6268
-------
6369

0 commit comments

Comments
 (0)