From cd36383ad310b4875a504b2486cd2518d1681869 Mon Sep 17 00:00:00 2001 From: shellrow Date: Sun, 1 Mar 2026 20:22:20 +0900 Subject: [PATCH] chore: specify a member-crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f572042..15681d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ futures-sink = "0.3" tokio-util = { version = "0.7", features = ["codec"] } tracing = "0.1" thiserror = "2" -muxtls-proto = { path = "muxtls-proto" } +muxtls-proto = { path = "muxtls-proto", version = "0.1.0" }