Skip to content

Commit

Permalink
Enable testing cargo build on old compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 17, 2019
1 parent cc59b26 commit 7613c04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "serde_json_test"
version = "0.0.0"
edition = "2018"
publish = false

[lib]
Expand Down
1 change: 1 addition & 0 deletions tests/crate/test.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
extern crate serde_json;
pub use serde_json::*;

0 comments on commit 7613c04

Please sign in to comment.