Enable testing cargo build on old compilers

This commit is contained in:
David Tolnay 2019-08-17 13:20:05 -07:00
parent cc59b26045
commit 7613c0443f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[package]
name = "serde_json_test"
version = "0.0.0"
edition = "2018"
publish = false
[lib]

View File

@ -1 +1,2 @@
extern crate serde_json;
pub use serde_json::*;