(fix): some ci stuff
Some checks failed
CI / rustfmt (push) Successful in 3m5s
CI / wasm build (push) Failing after 3m44s
CI / clippy (push) Failing after 3m44s
CI / test (push) Failing after 3m44s
CI / web client (push) Has been cancelled
CI / duplicate code (push) Has been cancelled
CI / example (push) Has been cancelled
CI / cargo-machete (push) Has been cancelled
CI / cargo-deny (push) Has been cancelled

This commit is contained in:
Alois 2026-06-28 17:31:04 +02:00
commit 88f8f93d89
10 changed files with 83 additions and 121 deletions

View file

@ -8,7 +8,7 @@ name = "client"
path = "src/main.rs"
[dependencies]
mtp = { path = "../../", features = ["client", "crypto"] }
mtp = { version = "0.1.0", path = "../../", features = ["client", "crypto"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1"
hex = "0.4"

View file

@ -8,7 +8,7 @@ name = "server"
path = "src/main.rs"
[dependencies]
mtp = { path = "../../", features = ["crypto", "host"] }
mtp = { version = "0.1.0", path = "../../", features = ["crypto", "host"] }
rcgen = "0.14"
tokio = { version = "1", features = ["full"] }
serde_json = { version = "1" }