Skip to content

Commit 421c322

Browse files
committed
ci: drop official support for rustc<1.7.0
As time goes on, the likelihood that a user will need an older version of rust decreases (users with existing apps may continue to use older versions of the library). For now, we are dropping support for versions older than 1.7.0. Signed-off-by: Paul Osborne <[email protected]>
1 parent fbe6d06 commit 421c322

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
language: rust
22
sudo: false
33
rust:
4-
- 1.2.0
5-
- 1.3.0
6-
- 1.4.0
7-
- 1.5.0
8-
- 1.6.0
94
- 1.7.0
105
- stable
116
- beta

0 commit comments

Comments
 (0)