Schedule message (#15)
textsender_api PR / Rustfmt (pull_request) Successful in 52s
textsender_api PR / Clippy (pull_request) Successful in 1m32s
textsender_api PR / Check (pull_request) Successful in 2m12s

Reviewed-on: phoenix/textsender_api#15
This commit was merged in pull request #15.
This commit is contained in:
2026-06-17 17:51:33 -04:00
parent 5740bce97c
commit d1bc5eb830
10 changed files with 256 additions and 92 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_api"
version = "0.1.9"
version = "0.1.10"
edition = "2024"
rust-version = "1.96"
@@ -22,7 +22,7 @@ jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.1-29-ad632fca16-111" }
[dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" }