We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdff59e commit fd86b31Copy full SHA for fd86b31
clippy_lints/Cargo.toml
@@ -32,8 +32,8 @@ semver = "0.9.0"
32
# NOTE: cargo requires serde feat in its url dep
33
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
34
url = { version = "2.1.0", features = ["serde"] }
35
-quote = "1.0.2"
36
-syn = { version = "1.0.11", features = ["full"] }
+quote = "1"
+syn = { version = "1", features = ["full"] }
37
38
[features]
39
deny-warnings = []
0 commit comments