Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f804438db
|
||
|
|
7a8790c896
|
||
|
|
8964501eca
|
||
|
|
6c2bb761fb
|
||
|
|
24ae7bf8d9
|
||
|
|
e7834093a6
|
||
|
|
bea9489c8e
|
||
|
|
bb3f2f3af5
|
||
|
|
8622b8c720
|
Generated
+1
-1
@@ -521,7 +521,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "textsender_models"
|
||||
version = "0.4.0"
|
||||
version = "0.3.4"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"dotenvy",
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "textsender_models"
|
||||
version = "0.4.0"
|
||||
version = "0.3.4"
|
||||
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.5.0", features = ["uuid", "time"] }
|
||||
utoipa = { version = "5.4.0", features = ["uuid", "time"] }
|
||||
|
||||
[features]
|
||||
default = ["full"]
|
||||
|
||||
Reference in New Issue
Block a user