commit | 2a22a56920829aeaed9ee4dab3e3c04726c268a8 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Sep 01 20:47:00 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Sep 01 20:47:00 2018 -0700 |
tree | 3e5bb7814badd69ea1d9532fab896ee8f0da0d21 | |
parent | 06faaca04096644cc9f83be0a51fd63c11dad7bf [diff] |
Fix syn dependency in codegen crate
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index ed5029b..e50dc42 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml
@@ -6,7 +6,7 @@ publish = false # this is an internal crate which should never be published [dependencies] -syn = { path = "..", features = ["full", "extra-traits"] } +syn-next = { path = "..", features = ["full", "extra-traits"] } quote = "0.6" failure = "0.1" inflections = "1.1"