matrix-sdk: Use a released version of backoff
parent
0289f564b4
commit
e7e43a8bf0
|
@ -51,9 +51,8 @@ version = "0.11.0"
|
||||||
default_features = false
|
default_features = false
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.backoff]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.backoff]
|
||||||
git = "https://github.com/ihrwein/backoff"
|
version = "0.3.0"
|
||||||
features = ["tokio"]
|
features = ["tokio"]
|
||||||
rev = "fa3fb91431729ce871d29c62b93425b8aec740f4"
|
|
||||||
|
|
||||||
[dependencies.tracing-futures]
|
[dependencies.tracing-futures]
|
||||||
version = "0.2.4"
|
version = "0.2.4"
|
||||||
|
|
Loading…
Reference in New Issue