Skip to content

Commit c105292

Browse files
committed
Move minimum supported rust version to 1.26.2
`impl trait` is used by the users dependency. Signed-off-by: Paul Osborne <[email protected]>
1 parent 022e8fe commit c105292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33

44
rust:
55
- stable
6-
- 1.20.0
6+
- 1.26.2
77

88
script:
99
- cargo test

0 commit comments

Comments
 (0)