Bug fix (#6)
Release Tagging / release (push) Successful in 53s
swoosh Build / Check (push) Successful in 1m6s
swoosh Build / Rustfmt (push) Successful in 29s
swoosh Build / Test Suite (push) Successful in 1m14s
swoosh Build / Clippy (push) Successful in 1m1s
swoosh Build / build (push) Successful in 1m10s

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-06-07 15:21:23 -04:00
parent ab01daafea
commit 122f1183ac
4 changed files with 22 additions and 30 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "swoosh"
version = "0.3.1"
version = "0.3.2"
edition = "2024"
rust-version = "1.95"
description = "Library to send text messages"
@@ -18,7 +18,7 @@ uuid = { version = "1.23.1", features = ["v4", "serde"] }
base64-ng = { version = "1.0.6" }
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.2.5-v0.3.0-migrate-38dbcb09f7-111" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.3.0" }
[dev-dependencies]
tempfile = { version = "3.27.0" }