Skip to content

Commit

Permalink
Fix the tokio-console feature for durable-worker (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 authored Aug 26, 2024
1 parent e8abca5 commit 88b0656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/durable-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = { workspace = true }
description = "Durable worker binary"

[features]
tokio-console = ["durable-runtime/tokio-console"]
tokio-console = ["durable-runtime/tokio-console", "dep:console-subscriber"]

[dependencies]
durable-runtime = { workspace = true }
Expand Down

0 comments on commit 88b0656

Please sign in to comment.