Skip to content

Commit

Permalink
Drop support for rustc <1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 27, 2019
1 parent a59d451 commit 4b83802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
- cargo test --features raw_value
- cargo test --features unbounded_depth

- rust: 1.27.0
- rust: 1.30.0
script:
- cargo build --manifest-path tests/crate/Cargo.toml
- cargo build --manifest-path tests/crate/Cargo.toml --features preserve_order
Expand Down

0 comments on commit 4b83802

Please sign in to comment.