mnetship / ratsio

NATS & NATS Streaming Server client library for Rust
MIT License
50 stars 22 forks source link

Update tokio version #21

Closed craigzi closed 3 years ago

craigzi commented 3 years ago

Update tokio version to 1.0+ along with related minor dependencies. This also fixes the deprecation warning for using pin-project with enums.

No functionality should be affected but this needs a version bump to 0.4.0, since it breaks compatibility with dependents using the tokio 0.2 runtime.