v0.3.0
What's Changed
- Temporarily remove
no_std
support by @digorithm in #60 - ci: build all by @adlerjohn in #51
- test: test custom types ABI generation by @vnepveu in #55
- feat: return receipts in data returned by contract calls by @vnepveu in #48
- Reorganize fuels-core and fuels-contract by @digorithm in #66
Important note: This release renamed fuels-rs
(the crate, not the repo) to fuels-contract
. SDK users that are importing the Contract
struct have to go from fuels_rs::contract::Contract
to fuels_contract::Contract
. And when specifying this dep in your Cargo.toml
it needs to be renamed from fuels-rs
to fuels-contract
.
Full Changelog: v0.2.1...v0.3.0