v0.9.6
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.