mirror of
https://github.com/serde-rs/json.git
synced 2025-10-01 15:02:37 +00:00
Enable testing cargo build on old compilers
This commit is contained in:
parent
cc59b26045
commit
7613c0443f
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "serde_json_test"
|
||||
version = "0.0.0"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
|
@ -1 +1,2 @@
|
||||
extern crate serde_json;
|
||||
pub use serde_json::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user