From 54391040a4eb887a9b8c877f999c173f0bf9f939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 26 Aug 2020 14:47:43 +0200 Subject: [PATCH] matrix-sdk: Re-export reqwest. --- matrix_sdk/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk/src/lib.rs b/matrix_sdk/src/lib.rs index 6877a99c..549ec518 100644 --- a/matrix_sdk/src/lib.rs +++ b/matrix_sdk/src/lib.rs @@ -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;