Adding features
sender pr / Check (pull_request) Successful in 1m1s
sender pr / Rustfmt (pull_request) Successful in 33s
sender pr / Clippy (pull_request) Successful in 1m24s

This commit is contained in:
2026-06-14 18:24:45 -04:00
parent 2480263557
commit 904f4832c5
2 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -1837,8 +1837,8 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "swoosh"
version = "0.3.3"
source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.3.3#1aa2c5870c718ae202aa7c8ac588a7e5fd479b06"
version = "0.4.0"
source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.4.0#9f174da464c94948ca0b0b4db91f9308234851c7"
dependencies = [
"base64-ng",
"const_format",
@@ -1909,8 +1909,8 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.3.0"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.0#d504108745b7b97a02eac24e16763cdb5e731f2b"
version = "0.4.0"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.0#2722af5589023db819554a97c1f596d9e735fe96"
dependencies = [
"const_format",
"dotenvy",
+2 -2
View File
@@ -8,8 +8,8 @@ rust-version = "1.96"
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["full"] }
futures = { version = "0.3.32" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.3" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.0" }
[dev-dependencies]
async-std = { version = "1.13.2" }