Build fix
clean_file pr / Check (pull_request) Successful in 57s
clean_file pr / Rustfmt (pull_request) Successful in 36s
clean_file pr / Clippy (pull_request) Successful in 1m15s

This commit is contained in:
2026-06-14 18:05:14 -04:00
parent 904d4d4771
commit cc6750d0c4
+1 -1
View File
@@ -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" }