Skip to content

Commit ab47c1d

Browse files
committed
Fix supported Rust version in Travis config
`#[repr(transparent)]` was added in Rust 1.28.0.
1 parent de3ebd9 commit ab47c1d

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
@@ -7,7 +7,7 @@ addons:
77
- libssl-dev
88
cache: cargo
99
rust:
10-
- 1.27.0
10+
- 1.28.0
1111
- stable
1212
- beta
1313
- nightly

0 commit comments

Comments
 (0)