Skip to content

v0.4.4

Compare
Choose a tag to compare
@Finomnis Finomnis released this 13 Mar 14:20
· 215 commits to main since this release

Changes

  • Make SubsystemHandle::start() a non-mut function (@Trivernis)
    • This removes the necessity of the handle argument to be mut, making it much easiert to pass it around, to store it in structs and to use it as a shared reference.