File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dist: trusty
2
2
sudo : required
3
3
language : rust
4
4
rust :
5
- - 1.20 .0
5
+ - 1.21 .0
6
6
- stable
7
7
- beta
8
8
- nightly
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ recommended for general use.
210
210
211
211
### Minimum Rust version policy
212
212
213
- This crate's minimum supported ` rustc ` version is ` 1.20 .0 ` .
213
+ This crate's minimum supported ` rustc ` version is ` 1.21 .0 ` .
214
214
215
215
The current ** tentative** policy is that the minimum Rust version required
216
216
to use this crate can be increased in minor version updates. For example, if
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cargo doc --verbose
13
13
# more frequently, and therefore might require a newer version of Rust.
14
14
#
15
15
# This isn't ideal. It's a compromise.
16
- if [ " $TRAVIS_RUST_VERSION " = " 1.20 .0" ]; then
16
+ if [ " $TRAVIS_RUST_VERSION " = " 1.21 .0" ]; then
17
17
exit
18
18
fi
19
19
You can’t perform that action at this time.
0 commit comments