Skip to content

v0.46.0 - 2025-05-08

Compare
Choose a tag to compare
@Robbepop Robbepop released this 08 May 13:21
· 56 commits to main since this release
v0.46.0
50ac767

Changed

  • Store<T>::new no longer requires T: 'static. #1507
    • The T: 'static requirement was introduced in v0.45.0 in #1449.
  • Improve host function call performance. #1506

Internal

  • Updated dependencies. #1509