Closed dten closed 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)
"sync"
except version 0.23 isn't released, so git or something
then change any use slack_api to use slack_api::sync
use slack_api
use slack_api::sync
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
(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
touse slack_api::sync