Fix Cargo.toml

This commit is contained in:
Temirkhan Myrzamadi 2020-07-24 19:40:07 +06:00
parent 18b813c159
commit 7e4014260a

View file

@ -53,7 +53,7 @@ serde_cbor = { version = "0.11.1", optional = true }
bincode = { version = "1.3.1", optional = true }
#teloxide-macros = "0.3.1"
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "dev" }
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
[dev-dependencies]
smart-default = "0.6.0"