diff --git a/butane_core/Cargo.toml b/butane_core/Cargo.toml index 097a32f..2396542 100644 --- a/butane_core/Cargo.toml +++ b/butane_core/Cargo.toml @@ -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