Skip to content

Commit

Permalink
Fix standalone build of wasmtime-cli-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 3, 2024
1 parent 664b2b6 commit 6a1a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-flags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition.workspace = true
workspace = true

[dependencies]
anyhow = { workspace = true }
anyhow = { workspace = true, features = ['std'] }
clap = { workspace = true }
file-per-thread-logger = { workspace = true, optional = true }
tracing-subscriber = { workspace = true, optional = true }
Expand Down

0 comments on commit 6a1a111

Please sign in to comment.