mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
changed version of teloxide-macros
This commit is contained in:
parent
2e6ca03d5c
commit
8bbc3aa302
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ redis = { version = "0.15.1", optional = true }
|
|||
serde_cbor = { version = "0.11.1", optional = true }
|
||||
bincode = { version = "1.2.1", optional = true }
|
||||
|
||||
teloxide-macros = "0.3.1"
|
||||
#teloxide-macros = "0.3.1"
|
||||
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "dev" }
|
||||
|
||||
[dev-dependencies]
|
||||
smart-default = "0.6.0"
|
||||
|
|
Loading…
Reference in a new issue