From 140f56bcfbc7035fe40031c038d1f4466761a253 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 22 Nov 2024 01:56:03 +0800 Subject: [PATCH] Run butane-core tests with async-adapter feature (#281) --- butane_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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