Skip to content

Commit 2b1cf6e

Browse files
brsonclaude
andcommitted
Add reqwest stream feature to rmx-feature-more and rmx-feature-more-portable
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd4fd9c commit 2b1cf6e

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustmax/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ rmx-feature-more-portable = [
365365
#"rand?/small_rng",
366366
"reqwest?/blocking",
367367
"reqwest?/json",
368+
"reqwest?/stream",
368369
"serde?/rc",
369370
"tokio?/full",
370371
"tower?/full",
@@ -377,6 +378,7 @@ rmx-feature-more = [
377378
"rand?/small_rng",
378379
"reqwest?/blocking",
379380
"reqwest?/json",
381+
"reqwest?/stream",
380382
"serde?/rc",
381383
"tokio?/full",
382384
"tower?/full",

0 commit comments

Comments
 (0)