semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

fix: issue with ether-rs moving eip-712 into ethers-contract-derive #50

Closed ColePBryan closed 1 year ago

ColePBryan commented 1 year ago

The move removed eip-712-derive, causing cargo to use the old version of the code. This commit updates to the new library/location so the version matches again.