Skip to content

Commit 5f69b1d

Browse files
committed
Stop building on older Rusts than 1.17.0
While the library still works, all targets can't be tested since the "required features" feature in Cargo is absent, making it try to compile the Rocket integration when running the test suite.
1 parent eae2b51 commit 5f69b1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ rust:
77
- nightly
88

99
# Prevent accidentally breaking older Rust versions
10-
- 1.15.0
11-
- 1.16.0
1210
- 1.17.0
1311
- 1.18.0
1412

0 commit comments

Comments
 (0)