riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

Update to stable dependencies #80

Closed ancwrd1 closed 4 years ago

ancwrd1 commented 4 years ago

The current version still has alpha dependencies in the manifest file. Would be great to update them to the released ones.

hardliner66 commented 4 years ago

futures can be moved from alpha to stable, but pin-utils currently only exists as an alpha version (relevant pull request).

hardliner66 commented 4 years ago

It seems pin-utils is out of alpha too. https://crates.io/crates/pin-utils

leenozara commented 4 years ago

We’ll get everything updated to latest Rust + futures + stable/nightly once PR #84 is completed and merged.