Skip to content

Commit

Permalink
closes mozilla#203; works as of latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Geordon Worley authored and Geordon Worley committed Dec 7, 2018
1 parent d021772 commit 4c71040
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ clap = "2"
log = "0.4"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
serde_derive = "1.0"
tempfile = "3.0"
toml = "0.4"

# Workaround for #203 -- use a version that depends on different syn, quote, and
# proc-macro2 than we do, so their use of proc-macro doesn't infect our binary.
[dependencies.serde_derive]
version = "=1.0.58"

[dependencies.syn]
version = "0.14.0"
default-features = false
Expand Down

0 comments on commit 4c71040

Please sign in to comment.