Skip to content

Commit

Permalink
Run butane-core tests with async-adapter feature (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Nov 21, 2024
1 parent b2d7426 commit 140f56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butane_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ thiserror = "1.0"
uuid = { workspace = true, optional = true }

[dev-dependencies]
butane_core = { workspace = true, features = ["log"] }
butane_core = { workspace = true, features = ["log", "async-adapter"] }
assert_matches = "1.5"
butane_test_helper = { workspace = true }
butane_test_macros.workspace = true
Expand Down

0 comments on commit 140f56b

Please sign in to comment.