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 32c2925 commit 02c1ab3Copy full SHA for 02c1ab3
redismodule-rs-macros-internals/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["database", "api-bindings"]
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14
[dependencies]
15
-syn = { version="1", features = ["full"]}
+syn = { version="1", features = ["full", "extra-traits"]}
16
quote = "1"
17
lazy_static = "1"
18
proc-macro2 = "1"
0 commit comments