Updating swoosh and textsender_models
sender Build / Check (pull_request) Successful in 1m54s
sender Build / Clippy (pull_request) Failing after 42s
sender Build / Test Suite (pull_request) Successful in 1m21s
sender Build / Rustfmt (pull_request) Successful in 38s
sender Build / build (pull_request) Successful in 1m50s
sender Build / Check (pull_request) Successful in 1m54s
sender Build / Clippy (pull_request) Failing after 42s
sender Build / Test Suite (pull_request) Successful in 1m21s
sender Build / Rustfmt (pull_request) Successful in 38s
sender Build / build (pull_request) Successful in 1m50s
This commit is contained in:
+2
-4
@@ -5,13 +5,11 @@ edition = "2024"
|
||||
rust-version = "1.95"
|
||||
|
||||
[dependencies]
|
||||
# uuid = { version = "1.23.1", features = ["v4", "serde"] }
|
||||
# serde = { version = "1.0.228", features = ["derive"] }
|
||||
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.2.5-v0.3.0-migrate-38dbcb09f7-111" }
|
||||
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.1-main-ab01daafea-871" }
|
||||
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" }
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.13.2" }
|
||||
|
||||
Reference in New Issue
Block a user