Code refactoring (#32)
Release Tagging / release (push) Successful in 52s
Rust Build / Check (push) Successful in 1m9s
Rust Build / Rustfmt (push) Successful in 30s
Rust Build / Test Suite (push) Successful in 1m29s
Rust Build / Clippy (push) Successful in 1m2s
Rust Build / build (push) Successful in 57s

Reviewed-on: phoenix/textsender_models#32
This commit was merged in pull request #32.
This commit is contained in:
2026-07-02 13:18:41 -04:00
parent 6508c6c535
commit 137398405f
6 changed files with 268 additions and 458 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_models"
version = "0.4.11"
version = "0.5.0"
edition = "2024"
rust-version = "1.96"
description = "Models used for the textsender project"
@@ -9,7 +9,7 @@ description = "Models used for the textsender project"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
sqlx = { version = "0.9.0", features = ["runtime-tokio", "tls-native-tls", "postgres", "time", "uuid"] }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }