slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
110 stars 67 forks source link

Sync feature #93

Closed dten closed 4 years ago

dten commented 4 years ago

think i'm pretty happy with this, anyone got any major gripes?

if you were using the version before async changes you should be able to swap your dependecy for

slack-api = { version = "0.23", default-features = false, features = ["reqwest_blocking"] }

(or "sync" if you were providing your own client and dont' want reqwest)

except version 0.23 isn't released, so git or something

then change any use slack_api to use slack_api::sync