From 904f4832c568678cd00fde9eec4c22130d7abe06 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 18:24:45 -0400 Subject: [PATCH] Adding features --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93b26e5..8bc383a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a07737d..8165b7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }