v0.7.0
What's Changed
- Fix signed integer bugs by @rostyslavtyshko in #66
- Bump repo to forc v0.35.3, fuels-rs v0.36.1, fuel-core v0.17.3, and rust v1.67.0 by @bitzoic in #100
Breaking Changes
- This update bumps all libraries to forc v0.35.3. This will not build with previous releases.
String
no longer supports the.join()
andsplit()
functions. These have been renamed toappend()
andsplit_at()
.append()
is currently not available.
Full Changelog: v0.6.0...v0.7.0