matrix-sdk: Re-export reqwest.

master
Damir Jelić 2020-08-26 14:47:43 +02:00
parent 7a418ae09e
commit 54391040a4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ pub use matrix_sdk_base::{
pub use matrix_sdk_base::{MessageQueue, PossiblyRedactedExt};
pub use matrix_sdk_common::*;
pub use reqwest::header::InvalidHeaderValue;
pub use reqwest;
mod client;
mod error;