Skip to content

Commit

Permalink
Fix all-features for test-test
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Dec 11, 2022
1 parent d38f107 commit f8e4dc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion serial_test_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ futures-util = {version = "^0.3", default_features = false }
[features]
default = ["serial_test/logging", "async"]
file_locks = ["serial_test/file_locks"]
async = ["serial_test/async", "wasm-bindgen-test", "scoped-tls"]
async = ["serial_test/async", "wasm-bindgen-test", "scoped-tls"]

[package.metadata.cargo-all-features]
skip_optional_dependencies = true

0 comments on commit f8e4dc0

Please sign in to comment.