changeset 50:29e8598d43e0

Restrict syn version to <1.0.58
author shinmili <shinmili@users.noreply.github.com>
date Sun, 21 Feb 2021 12:15:07 +0900
parents b17d72bb453a
children f38d8944d4ad
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Dec 16 08:22:00 2020 +0100
+++ b/Cargo.toml	Sun Feb 21 12:15:07 2021 +0900
@@ -18,7 +18,7 @@
 lazy_static = "1.4"
 proc-macro2 = "1.0"
 quote = "1.0"
-syn = { version = "1.0", features = ["full"] }
+syn = { version = "<1.0.58", features = ["full"] }
 
 lru = { version = "0.6", optional = true }