mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-19 21:49:00 +01:00
Use teloxide-macros v0.3.2
This commit is contained in:
parent
5e8f633e80
commit
709fe18ade
3 changed files with 3 additions and 4 deletions
|
@ -55,8 +55,7 @@ serde_cbor = { version = "0.11.1", optional = true }
|
||||||
bincode = { version = "1.3.1", optional = true }
|
bincode = { version = "1.3.1", optional = true }
|
||||||
frunk = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist", optional = true }
|
frunk = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist", optional = true }
|
||||||
|
|
||||||
#teloxide-macros = "0.3.1"
|
teloxide-macros = "0.3.2"
|
||||||
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
smart-default = "0.6.0"
|
smart-default = "0.6.0"
|
||||||
|
|
|
@ -17,7 +17,7 @@ pretty_env_logger = "0.4.0"
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
derive_more = "0.99.9"
|
derive_more = "0.99.9"
|
||||||
teloxide = { path = "../../", features = ["frunk"] }
|
teloxide = { path = "../../", features = ["frunk"] }
|
||||||
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
|
teloxide-macros = "0.3.2"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
|
@ -9,7 +9,7 @@ tokio = "0.2.9"
|
||||||
|
|
||||||
# You can also choose "cbor-serializer" or built-in JSON serializer
|
# You can also choose "cbor-serializer" or built-in JSON serializer
|
||||||
teloxide = { path = "../../", features = ["redis-storage", "bincode-serializer"] }
|
teloxide = { path = "../../", features = ["redis-storage", "bincode-serializer"] }
|
||||||
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
|
teloxide-macros = "0.3.2"
|
||||||
|
|
||||||
serde = "1.0.104"
|
serde = "1.0.104"
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue