Update (#7)
sender Build / build (push) Successful in 1m40s
sender Build / Check (push) Successful in 1m32s
sender Build / Rustfmt (push) Successful in 52s
sender Build / Clippy (push) Successful in 2m1s
sender Build / Test Suite (push) Successful in 2m11s
sender pr / Check (pull_request) Successful in 1m6s
sender pr / Rustfmt (pull_request) Successful in 30s
sender pr / Clippy (pull_request) Successful in 1m35s
sender Build / build (push) Successful in 1m40s
sender Build / Check (push) Successful in 1m32s
sender Build / Rustfmt (push) Successful in 52s
sender Build / Clippy (push) Successful in 2m1s
sender Build / Test Suite (push) Successful in 2m11s
sender pr / Check (pull_request) Successful in 1m6s
sender pr / Rustfmt (pull_request) Successful in 30s
sender pr / Clippy (pull_request) Successful in 1m35s
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
+6
-6
@@ -1,15 +1,15 @@
|
||||
[package]
|
||||
name = "sender"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
edition = "2024"
|
||||
rust-version = "1.95"
|
||||
rust-version = "1.96"
|
||||
|
||||
[dependencies]
|
||||
serde_json = { version = "1.0.149" }
|
||||
tokio = { version = "1.52.2", features = ["full"] }
|
||||
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" }
|
||||
|
||||
Reference in New Issue
Block a user