| commit | db08d4affec5fa375736e7652ebe54c253bc29e1 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Mon May 04 02:33:59 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu May 07 19:46:01 2020 -0700 |
| tree | 5ffee2857c8ac5cc2e855047d26c2786a1293c2a | |
| parent | 6e80833572b3bf6e7b47cb54ebbd5d79cc97d4f1 [diff] |
Pull in quote 1.0.4 Includes https://github.com/dtolnay/quote/pull/151 which will be used in the implementation of type_id.
diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 4c2d423..18b46e5 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml
@@ -13,7 +13,7 @@ [dependencies] proc-macro2 = "1.0" -quote = "1.0" +quote = "1.0.4" syn = { version = "1.0", features = ["full"] } [dev-dependencies]