Skip to content

Commit 5ee5309

Browse files
committed
Self-review
1 parent e3d0ea3 commit 5ee5309

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/infra/core/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ curl = { optional = true, version = "0.4", features = [
172172
"static-ssl",
173173
] }
174174
curl-sys = { optional = true, version = "0.4" }
175-
datafusion-ethers = { optional = true, version = "53", features = ["eip712"] }
175+
datafusion-ethers = { optional = true, version = "53", features = [
176+
"eip712",
177+
] }
176178
datafusion-functions-json = { optional = true, version = "0.53" }
177179
rumqttc = { optional = true, version = "0.25", default-features = false, features = [
178180
] }

0 commit comments

Comments
 (0)