Raise minimum supported rustc to 1.31

This commit is contained in:
David Tolnay 2020-01-22 13:02:04 -08:00
parent f20ca3b054
commit a79024468c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 3 additions and 9 deletions

View File

@ -10,12 +10,6 @@ matrix:
- cargo test --features raw_value
- cargo test --features unbounded_depth
- rust: 1.30.0
script:
- cargo build --manifest-path tests/crate/Cargo.toml
- cargo build --manifest-path tests/crate/Cargo.toml --features preserve_order
- cargo build --manifest-path tests/crate/Cargo.toml --features arbitrary_precision
- rust: stable
- rust: beta
- rust: 1.31.0

View File

@ -1,11 +1,11 @@
# Serde JSON   [![Build Status]][travis] [![Latest Version]][crates.io] [![Rustc Version 1.30+]][rustc]
# Serde JSON   [![Build Status]][travis] [![Latest Version]][crates.io] [![Rustc Version 1.31+]][rustc]
[Build Status]: https://api.travis-ci.org/serde-rs/json.svg?branch=master
[travis]: https://travis-ci.org/serde-rs/json
[Latest Version]: https://img.shields.io/crates/v/serde_json.svg
[crates.io]: https://crates.io/crates/serde\_json
[Rustc Version 1.30+]: https://img.shields.io/badge/rustc-1.30+-lightgray.svg
[rustc]: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
[Rustc Version 1.31+]: https://img.shields.io/badge/rustc-1.31+-lightgray.svg
[rustc]: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html
**Serde is a framework for *ser*ializing and *de*serializing Rust data structures efficiently and generically.**