Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 21c7a3d

Browse files
committed
Increase minimum Rust version for unwrap_or_default
1 parent 8ff5024 commit 21c7a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ rust:
55
- nightly
66
# Oldest supported version for all features.
77
# Use of https://github.com/rust-lang/rfcs/pull/16
8-
- 1.14.0
8+
# and https://github.com/rust-lang/rust/issues/37516
9+
- 1.16.0
910
# Oldest supported version as dependency, with no features, tests, or examples.
1011
- 1.10.0
1112

0 commit comments

Comments
 (0)