Skip to content

v0.20.0

Compare
Choose a tag to compare
@bitzoic bitzoic released this 16 Apr 01:07
· 16 commits to master since this release
57dbed5

What's Changed

Breaking Changes

  • All libraries are now imported using a single import:
sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.20.0" }

From there you may import your specific library:

use sway_libs::asset::base::*;
  • The asset::mint import is now asset::supply

New Contributors

Full Changelog: v0.19.0...v0.20.0