From 7304115681d6c8160708bc82fd8b6566ed412bb5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 2 May 2026 01:25:10 +0800 Subject: Use specific features in dev-dependency --- mingling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 25f310a..719ded5 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/catilgrass/mingling" [dev-dependencies] serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["full"] } -mingling = { path = ".", features = ["full"] } +mingling = { path = ".", features = ["comp", "general_renderer", "parser"] } [features] nightly = ["mingling_core/nightly", "mingling_macros/nightly"] -- cgit