Skip to content

Commit

Permalink
Disable default features on trillium-proxy (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored Mar 22, 2024
1 parent f75f893 commit ba8cd4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 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 interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
trillium.workspace = true
trillium-api.workspace = true
trillium-proxy = "0.5.2"
trillium-proxy = { version = "0.5.3", default-features = false }
trillium-router.workspace = true
trillium-tokio.workspace = true
url.workspace = true
Expand Down

0 comments on commit ba8cd4c

Please sign in to comment.