We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a roadblock while updating chatbot's dependencies. I have bumped most crates to agree on openssl 0.7.
However, slack 0.12 removed RtmClient::get_outs. I'm fumbling around to fix it here https://github.com/hdhoang/chatbot/commit/df842c907b86770fac43e67c63e7c1087f165dec#diff-4a6396818903534a4d304ff1a6dea1c4L91. I can see no way to get the private outs, and cli is already moved to the previous thread.
RtmClient::get_outs
outs
cli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a roadblock while updating chatbot's dependencies. I have bumped most crates to agree on openssl 0.7.
However, slack 0.12 removed
RtmClient::get_outs
. I'm fumbling around to fix it here https://github.com/hdhoang/chatbot/commit/df842c907b86770fac43e67c63e7c1087f165dec#diff-4a6396818903534a4d304ff1a6dea1c4L91. I can see no way to get the privateouts
, andcli
is already moved to the previous thread.The text was updated successfully, but these errors were encountered: