Skip to content

Commit 02c1ab3

Browse files
author
Meir Shpilraien (Spielrein)
authored
Fix publish CI. (#324)
Added extra-traits feature to syn dependency so we will get the Debug trait implementation.
1 parent 32c2925 commit 02c1ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redismodule-rs-macros-internals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["database", "api-bindings"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
syn = { version="1", features = ["full"]}
15+
syn = { version="1", features = ["full", "extra-traits"]}
1616
quote = "1"
1717
lazy_static = "1"
1818
proc-macro2 = "1"

0 commit comments

Comments
 (0)