commit | 8908a0b54e432c1abc9bf24e1ca101b760ee927a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 23:14:32 2018 +0200 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 23:14:32 2018 +0200 |
tree | f303e2318468bc61ac6ad49bac03fa16a4dffec1 | |
parent | 4c2514407fe3912e46ce5f83044ce9d5a43f97c4 [diff] |
Update syn_codegen to quote 0.5
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index db4c2a6..2eba11c 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml
@@ -7,8 +7,7 @@ [dependencies] syn = { path = "..", features = ["full", "extra-traits"] } -#quote = "0.5" -quote = { git = 'https://github.com/dtolnay/quote' } +quote = "0.5" failure = "0.1" inflections = "1.1" proc-macro2 = "0.3"