Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Lau authored and vkgnosis committed Sep 14, 2021
1 parent 555a4b8 commit ef19ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethabi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"

[dependencies]
anyhow = { version = "1", optional = true }
hex = { version = "0.4", default-features = false, features = ["alloc"]}
hex = { version = "0.4", default-features = false, features = ["alloc"] }
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
sha3 = { version = "0.9", default-features = false }
Expand Down

0 comments on commit ef19ba9

Please sign in to comment.