diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-01-19 22:16:56 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-01-19 22:16:56 +0000 |
commit | f6916209d57682493288ab42e695204b95d0ba23 (patch) | |
tree | d8611f6fec777d9fe0527c7ef410b33f6da14353 /chomp-macro | |
parent | 5b5fc35b0ded2b1e01ba1878b722585cc40a93e6 (diff) |
Clean up cargo manifests.
Diffstat (limited to 'chomp-macro')
-rw-r--r-- | chomp-macro/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chomp-macro/Cargo.toml b/chomp-macro/Cargo.toml index bc8dce0..b7d10aa 100644 --- a/chomp-macro/Cargo.toml +++ b/chomp-macro/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" chomp = {path = ".."} [dependencies.syn] -version = "1" +version = "1.0.58" features = ["parsing", "proc-macro"] [dev-dependencies] |