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
+1 -1
View File
@@ -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"]