Skip to content

Commit

Permalink
Disable default-features for axum (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 authored Feb 26, 2024
1 parent 93c4b2f commit 42c5f69
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 98 deletions.
120 changes: 23 additions & 97 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 sentry-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http = ["dep:http", "pin-project", "url"]
axum-matched-path = ["http", "axum/matched-path"]

[dependencies]
axum = { version = "0.7", optional = true }
axum = { version = "0.7", optional = true, default-features = false }
tower-layer = "0.3"
tower-service = "0.3"
http = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit 42c5f69

Please sign in to comment.