Enable reqwest viaduct backend on iOS
This commit is contained in:
Родитель
d62efab366
Коммит
95cd810f39
|
@ -4,6 +4,11 @@
|
|||
|
||||
[Full Changelog](https://github.com/mozilla/application-services/compare/v0.26.0...master)
|
||||
|
||||
## iOS Framework
|
||||
|
||||
### What's Fixed
|
||||
|
||||
- iOS networking should use the reqwest backend, instead of failing ([#1032](https://github.com/mozilla/application-services/pull/1032))
|
||||
|
||||
# v0.26.0 (_2018-04-17_)
|
||||
|
||||
|
|
|
@ -1162,6 +1162,7 @@ dependencies = [
|
|||
"logins_ffi 0.1.0",
|
||||
"places-ffi 0.1.0",
|
||||
"rc_log_ffi 0.1.0",
|
||||
"viaduct 0.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -9,7 +9,8 @@ license = "MPL-2.0"
|
|||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
fxaclient_ffi = { path = "../../../components/fxa-client/ffi" }
|
||||
logins_ffi = { path = "../../../components/logins/ffi" }
|
||||
places-ffi = { path = "../../../components/places/ffi" }
|
||||
fxaclient_ffi = { path = "../../../components/fxa-client/ffi", features = ["reqwest"] }
|
||||
logins_ffi = { path = "../../../components/logins/ffi", features = ["reqwest"] }
|
||||
places-ffi = { path = "../../../components/places/ffi", features = ["reqwest"] }
|
||||
rc_log_ffi = { path = "../../../components/rc_log" }
|
||||
viaduct = { path = "../../../components/viaduct", features = ["reqwest"] }
|
||||
|
|
Загрузка…
Ссылка в новой задаче