Skip to content

Commit

Permalink
build(backend): use default features for reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jul 31, 2024
1 parent a508b88 commit 438d7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ regex = "=1.10.5"
reqwest = { git = "https://github.com/thomasqueirozb/reqwest", branch = "base_url", features = [
"json",
"stream",
], default-features = false }
] }
rs-utils = { path = "../../libs/rs-utils" }
rust_decimal = "=1.35.0"
rust_decimal_macros = "=1.35.0"
Expand Down

0 comments on commit 438d7cc

Please sign in to comment.