Be less specific about quote and syn versions

This commit is contained in:
Philipp Hansch 2020-05-26 16:51:04 +02:00
parent cdff59e156
commit fd86b3150e
No known key found for this signature in database
GPG key ID: 2B4399C4BF4DCBDE

View file

@ -32,8 +32,8 @@ semver = "0.9.0"
# NOTE: cargo requires serde feat in its url dep
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
url = { version = "2.1.0", features = ["serde"] }
quote = "1.0.2"
syn = { version = "1.0.11", features = ["full"] }
quote = "1"
syn = { version = "1", features = ["full"] }
[features]
deny-warnings = []