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 9412ab6 commit 7bde97dCopy full SHA for 7bde97d
matter_macro_derive/Cargo.toml
@@ -8,6 +8,6 @@ edition = "2021"
8
proc-macro = true
9
10
[dependencies]
11
-syn = { version = "*", features = ["extra-traits"]}
12
-quote = "*"
13
-proc-macro2 = "*"
+syn = { version = "1", features = ["extra-traits"]}
+quote = "1"
+proc-macro2 = "1"
0 commit comments