iocraft-v0.6.0
github-actions
released this
30 Dec 20:29
·
4 commits
to main
since this release
What's Changed
Box
has been renamed to View
in order to avoid conflicts with the Rust standard library's Box
type. This will likely impact all users of the library, but generally all that needs to be done in order to migrate to the latest version of iocraft is to replace "Box" with "View".
- feat!: rename
Box
toView
to avoid conflict by @ccbrown in #56 - chore: release by @github-actions in #57
Full Changelog: iocraft-v0.5.3...iocraft-v0.6.0