Skip to content

Commit

Permalink
Re-export serde with derive feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Apr 20, 2024
1 parent 112567f commit fa52fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaindexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ diesel = { version = "2", features = ["postgres", "uuid", "chrono", "serde_json"
diesel-async = { version = "0.4", features = ["bb8", "postgres"] }
pin-project-lite = "0.2.13"
ethers = "2.0"
serde = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
tokio-postgres = { version = "0.7", features = ["with-serde_json-1"], optional = true }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit fa52fdd

Please sign in to comment.