Update dependency name (#6)
sender Build / Check (push) Successful in 1m4s
sender Build / Rustfmt (push) Successful in 47s
sender Build / Clippy (push) Successful in 1m19s
sender Build / build (push) Successful in 1m34s
sender Build / Test Suite (push) Successful in 2m42s

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-06-13 13:21:10 -04:00
parent 6396bc861b
commit 416ff1ef89
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "sender"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
rust-version = "1.95"
@@ -8,8 +8,8 @@ rust-version = "1.95"
serde_json = { version = "1.0.149" }
tokio = { version = "1.52.2", 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.2" }
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" }
[dev-dependencies]
async-std = { version = "1.13.2" }