Skip to content

Commit d09318b

Browse files
committed
Document MSRV 1.23.0
1 parent ffd2b98 commit d09318b

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+
# MSRV
34
rust:
4-
- 1.23.0 # oldest supported version
5+
- 1.23.0
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)