Skip to content

Commit 4d188d1

Browse files
committed
chore(ci): update MSRV to 1.31 (parking_lot uses 2018 edition)
1 parent c81f7eb commit 4d188d1

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
@@ -13,7 +13,7 @@ matrix:
1313
- rust: stable
1414
env: FEATURES="--no-default-features"
1515
# Minimum Supported Rust Version
16-
- rust: 1.27.0
16+
- rust: 1.31.0
1717
env: FEATURES="--no-default-features --features runtime" BUILD_ONLY="1"
1818

1919
before_script:

0 commit comments

Comments
 (0)