Compile Error #3843
Answered
by
asonix
Osiris9999
asked this question in
Q&A
Compile Error
#3843
-
I am trying to create a telegram bot with teloxide
Here is my cargo.toml :
|
Beta Was this translation helpful? Give feedback.
Answered by
asonix
Jun 6, 2021
Replies: 3 comments 1 reply
-
teloxide depends on tokio 1, but you're using tokio 0.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Darksonn
-
When I am using tokio 1.3 or 1.6.1 it says:
Cargo.toml :
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks a lot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
teloxide depends on tokio 1, but you're using tokio 0.2