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