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 b993147 commit 32e7ff2Copy full SHA for 32e7ff2
validates_derive/Cargo.toml
@@ -9,4 +9,7 @@ proc-macro = true
9
[dependencies]
10
"proc-macro2" = "0.4.21"
11
"quote" = "0.6"
12
-"syn" = "0.15.23"
+
13
+[dependencies.syn]
14
+version = "0.15.23"
15
+features = ["extra-traits"]
0 commit comments