mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Temporarily use Hirrolot/redis-rs
This commit is contained in:
parent
64331f1df1
commit
d6298c2329
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ futures = "0.3.5"
|
|||
pin-project = "0.4.22"
|
||||
serde_with_macros = "1.1.0"
|
||||
|
||||
redis = { version = "0.16.0", optional = true }
|
||||
#redis = { version = "0.16.0", optional = true } TODO: download from crates.io after redis will release https://github.com/mitsuhiko/redis-rs/pull/359
|
||||
redis = { git = "https://github.com/Hirrolot/redis-rs", branch = "upgrade-deps", optional = true }
|
||||
serde_cbor = { version = "0.11.1", optional = true }
|
||||
bincode = { version = "1.3.1", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue