Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 24, 2020
1 parent cda76a2 commit 691fc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/rust/evmc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fn gen_bindings() {
.rustified_enum("*")
// force deriving the Hash trait on basic types (address, bytes32)
.derive_hash(true)
.derive_partialeq(true)
.impl_partialeq(true)
.opaque_type("evmc_host_context")
.whitelist_type("evmc_.*")
.whitelist_function("evmc_.*")
Expand Down

0 comments on commit 691fc19

Please sign in to comment.