Compare commits

..
Author SHA1 Message Date
phoenix 2722af5589 Feature usage (#28)
Release Tagging / release (push) Successful in 51s
Rust Build / Check (push) Successful in 1m7s
Rust Build / Test Suite (push) Successful in 1m9s
Rust Build / Rustfmt (push) Successful in 56s
Rust Build / Clippy (push) Successful in 47s
Rust Build / build (push) Successful in 1m3s
Reviewed-on: phoenix/textsender_models#28
2026-06-14 17:43:09 -04:00
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -521,7 +521,7 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.3.4"
version = "0.4.0"
dependencies = [
"const_format",
"dotenvy",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_models"
version = "0.3.4"
version = "0.4.0"
edition = "2024"
rust-version = "1.96"
description = "Models used for the textsender project"
@@ -13,7 +13,7 @@ uuid = { version = "1.23.3", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["uuid", "time"] }
utoipa = { version = "5.5.0", features = ["uuid", "time"] }
[features]
default = ["full"]