aembke / redis-protocol.rs

A Rust implementation of RESP2 and RESP3
Apache License 2.0
39 stars 13 forks source link

Update bytes package to 0.5 #9

Closed kevinmo13 closed 3 years ago

kevinmo13 commented 4 years ago

Opening PR to update bytes library as we depend on the newer version of the bytes package. Not sure if this will be compatible with other Rust projects at Okta though.

andyHa commented 4 years ago

Would you please be kind enough to merge this PR and relase a new version as otherwise this crate becomes unuable when using tokio 0.2 :(

aembke commented 3 years ago

Sorry for the very late update on this. Bytes is now at 1.x in 2.0.0. Stay tuned for some big changes in Fred if you happen to use that as well...