mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 07:53:24 +00:00
Specify quote and syn versions
This commit is contained in:
parent
67167be167
commit
e3f6a8fc20
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user