Dependency name change (#10)
sender Build / Check (push) Successful in 56s
sender Build / Test Suite (push) Successful in 1m0s
sender Build / Rustfmt (push) Successful in 1m4s
sender Build / Clippy (push) Successful in 1m37s
sender Build / build (push) Successful in 2m31s

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2026-07-13 15:44:07 -04:00
parent ea31581464
commit a42b5aa460
4 changed files with 43 additions and 27 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
[package]
name = "sender"
version = "0.1.5"
version = "0.1.6"
edition = "2024"
rust-version = "1.97"
[dependencies]
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["full"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "contact", "envy", "message"] }
schedtxt_models = { git = "ssh://git@git.kundeng.us/phoenix/schedtxt_models.git", tag = "v0.5.3", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.3" }
[dev-dependencies]