Skip to content

Commit 5013eb1

Browse files
authored
features: Make tower-http enable the tower feature (#532)
Previous the `tower-http` feature enabled the `sentry-tower` dependency and its `http` feature, but it did not enable the `tower` feature of the `sentry` crate. This leads to `sentry::integrations::tower` not being available, even though the dependency is enabled correctly.
1 parent 30b949d commit 5013eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ debug-images = ["sentry-debug-images"]
3333
log = ["sentry-log"]
3434
slog = ["sentry-slog"]
3535
tower = ["sentry-tower"]
36-
tower-http = ["sentry-tower", "sentry-tower/http"]
36+
tower-http = ["tower", "sentry-tower/http"]
3737
tracing = ["sentry-tracing"]
3838
profiling = ["sentry-core/profiling"]
3939
frame-pointer = ["sentry-core/frame-pointer"]

0 commit comments

Comments
 (0)