Specify quote and syn versions

This commit is contained in:
Philipp Hansch 2020-05-17 19:09:07 +02:00
parent 67167be167
commit e3f6a8fc20
No known key found for this signature in database
GPG Key ID: 2B4399C4BF4DCBDE

View File

@ -34,8 +34,8 @@ semver = "0.9.0"
url = { version = "2.1.0", features = ["serde"] }
[dev-dependencies]
quote = "*"
syn = { version = "*", features = ["full"] }
quote = "1.0.2"
syn = { version = "1.0.11", features = ["full"] }
[features]
deny-warnings = []