Skip to content

v0.20.7

Compare
Choose a tag to compare
@prestwich prestwich released this 06 Apr 06:27
· 2 commits to main since this release
v0.20.7
e1a5fa7

What's Changed

  • chore: fix trevm aliases to use noop by default by @prestwich in #101

BREAKING:

  • Driver Error Aliases have been changed to put the driver generic first. e.g. RunTxResult<A, B, MyDriver> has become RunTxResult<MyDriver, A, B>

Full Changelog: v0.20.6...v0.20.7