Skip to content

Commit

Permalink
Fix publish CI. (#324)
Browse files Browse the repository at this point in the history
Added extra-traits feature to syn dependency so we will get the Debug trait implementation.
  • Loading branch information
MeirShpilraien authored May 4, 2023
1 parent 32c2925 commit 02c1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redismodule-rs-macros-internals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["database", "api-bindings"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
syn = { version="1", features = ["full"]}
syn = { version="1", features = ["full", "extra-traits"]}
quote = "1"
lazy_static = "1"
proc-macro2 = "1"
Expand Down

0 comments on commit 02c1ab3

Please sign in to comment.