DEV Community

Discussion on: How to make a cryptocurrency Telegram bot with Rust and Teloxide

 
scyart profile image
Scy

Hello there,
I found that it may be my own problem.
Because I have been using cargo run, I have succeeded after trying cargo run --release.
Actually I don't know the difference between the two, but I have succeeded. Thank you very much for your help.

Thread Thread
 
steadylearner profile image
Steadylearner

--release is for without debug relevant information.

Happy to hear that you could make that.