From 2aff55cdeeb1c65eb699ab7a6fb119659a1239bc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 9 Apr 2026 15:31:57 +0800 Subject: Switch from published mingling crate to local workspace dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 023c9ba..0e02ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ members = [ resolver = "2" [workspace.dependencies] -mingling = { version = "0.1.4", features = ["full"] } +mingling = { path = "mingling", features = ["full"] } serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } -- cgit