Skip to content

Commit 3611701

Browse files
committed
feat: re-export reqwest client
1 parent aa19d97 commit 3611701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ pub use wrappers::fetch;
7474
#[cfg(feature = "yield_now")]
7575
pub use yield_::yield_now;
7676

77-
// TODO 3: Reexport the client so including reqwest directly is not necessary
77+
pub use reqwest::Client; // Exported to make it easier to reuse and maintain semver
78+
7879
// TODO 3: Check output of docs

0 commit comments

Comments
 (0)