mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix Cargo.toml
This commit is contained in:
parent
18b813c159
commit
7e4014260a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue