fix dependency

This commit is contained in:
p0lunin 2020-04-25 20:02:47 +03:00
parent 0ef5a59a1a
commit fd26656408

View file

@ -9,7 +9,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0.2"
quote = "=1.0.2"
syn = "1.0.13"
[lib]