commit | 6f346b7184b5eea522923985d95549b248cd461e | [log] [tgz] |
---|---|---|
author | Simon Sapin <simon.sapin@exyr.org> | Mon Feb 27 12:05:57 2017 +0100 |
committer | Simon Sapin <simon.sapin@exyr.org> | Mon Feb 27 12:06:42 2017 +0100 |
tree | b3623d49bc579ed9895016295459f174c8fb4c47 | |
parent | f8ed9a990e2ec1b91992eea66abc652e376e3165 [diff] |
quote 0.3.7 is required, syn’s test uses Tokens::as_str This only affects running tests with an old Cargo.lock file
diff --git a/Cargo.toml b/Cargo.toml index b720700..12be265 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -19,7 +19,7 @@ fold = [] [dependencies] -quote = { version = "0.3", optional = true } +quote = { version = "0.3.7", optional = true } unicode-xid = { version = "0.0.4", optional = true } synom = { version = "0.11", path = "synom", optional = true }