Skip to content

Commit eef8622

Browse files
committed
Add CI for de-facto minimum Rust version, 1.30.0
That’s when `trim_start` was added
1 parent dea6dcb commit eef8622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rust:
33
- nightly
44
- beta
55
- stable
6+
- 1.30.0
67

78
script:
89
- cargo build --verbose

0 commit comments

Comments
 (0)