Skip to content

v0.9.6

Compare
Choose a tag to compare
@slawlor slawlor released this 19 Feb 20:54
· 74 commits to main since this release
6fcdd60

Ractor version 0.9.6 released.

In this release we've updated rustls dependencies in ractor_cluster as well as adds support for the new natively stabilized async fn support in traits, removing the need for async-trait and boxing of the futures. However this should be considered experimental for the time being until proper benchmarking and understanding of the implications of not boxing the futures is understood across a range of usecases.