Skip to content

Commit

Permalink
fix: add bincode feature to state lens client module
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed Jan 8, 2025
1 parent 7cc031f commit acdb20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voyager/modules/client/state-lens/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ version = "0.1.0"
beacon-api-types = { workspace = true, features = ["serde"] }
chain-utils = { workspace = true }
enumorph = { workspace = true }
ethereum-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
ethereum-light-client-types = { workspace = true, features = ["serde", "ethabi", "bincode"] }
futures = { workspace = true }
jsonrpsee = { workspace = true, features = ["macros", "server", "tracing"] }
macros = { workspace = true }
prost = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-utils = { workspace = true }
serde_json = { workspace = true }
state-lens-ics23-mpt-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
state-lens-ics23-mpt-light-client-types = { workspace = true, features = ["serde", "ethabi", "bincode"] }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
Expand Down

0 comments on commit acdb20c

Please sign in to comment.