bump: textsender_models (#10)
Release Tagging / release (push) Successful in 59s
swoosh Build / Rustfmt (push) Successful in 28s
swoosh Build / build (push) Successful in 1m29s
swoosh Build / Clippy (push) Successful in 2m6s
swoosh Build / Check (push) Successful in 1m11s
swoosh Build / Test Suite (push) Successful in 1m37s

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2026-06-27 17:27:34 -04:00
parent 9f174da464
commit e1e730fd1c
5 changed files with 995 additions and 254 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "swoosh"
version = "0.4.0"
version = "0.4.2"
edition = "2024"
rust-version = "1.96"
description = "Library to send text messages"
@@ -18,7 +18,7 @@ uuid = { version = "1.23.3", features = ["v4", "serde"] }
base64-ng = { version = "1.0.8" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["config", "contact", "message"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.10", features = ["config", "contact", "message"] }
[dev-dependencies]
tempfile = { version = "3.27.0" }