slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Async release #94

Closed msdinit closed 4 years ago

msdinit commented 4 years ago

Hi! Sorry if an issue is not the preferred way of asking this type of question, but I wanted to ask if there is anything in particular that's blocking an async release? I see that master branch is async, and with a cursory look through issues I couldn't find anything related to async as well.

The reason I'm asking is that I want to use your crate in an async environment, but feel reluctant to depend on a non-released version in case there are issues I'm unaware of.

sts10 commented 4 years ago

It'd be great to have a fresh release (ideally pushed to crates.io) sometime soon!

dten commented 4 years ago

Hey! it's a perfectly fine way to ask. I've been using it in my own apps and I was letting it simmer a little in case any problems arose and then kind of forgot since it's been 100% fine and I've been otherwise busy. Running a release now

msdinit commented 4 years ago

Thank you!