Updating package name (#7)
Release Tagging / release (push) Successful in 40s
swoosh Build / Rustfmt (push) Successful in 37s
swoosh Build / Check (push) Successful in 1m37s
swoosh Build / Test Suite (push) Successful in 2m14s
swoosh Build / Clippy (push) Successful in 1m13s
swoosh Build / build (push) Successful in 1m24s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-13 12:33:21 -04:00
parent 122f1183ac
commit 1aa2c5870c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "swoosh"
version = "0.3.2"
version = "0.3.3"
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.3.0" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
[dev-dependencies]
tempfile = { version = "3.27.0" }