Update rust (#9)
sender pr / Rustfmt (pull_request) Successful in 45s
sender pr / Clippy (pull_request) Successful in 1m13s
sender pr / Check (pull_request) Successful in 2m34s
sender Build / Check (push) Successful in 1m24s
sender Build / build (push) Successful in 4m18s
sender Build / Rustfmt (push) Successful in 48s
sender Build / Test Suite (push) Successful in 1m20s
sender Build / Clippy (push) Successful in 1m53s

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-07-10 17:21:37 -04:00
parent c62fddf44e
commit ea31581464
4 changed files with 37 additions and 37 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
[package]
name = "sender"
version = "0.1.4"
version = "0.1.5"
edition = "2024"
rust-version = "1.96.1"
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.1", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.2" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.3" }
[dev-dependencies]