From cc6750d0c48dea20c6be1f3e25753a3ece992870 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 18:05:14 -0400 Subject: [PATCH] Build fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d447fe..70ee961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "1.52.3", features = ["full"] } futures = { version = "0.3.32" } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150" } -textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0" } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["contact"] } [dev-dependencies] tempfile = { version = "3.27.0" }