(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

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
mtp-codec = { path = "../codec" }
mtp-common = { path = "../common" }
mtp-codec = { version = "0.1.0", path = "../codec" }
mtp-common = { version = "0.1.0", path = "../common" }
wtransport = { version = "0.7.1", default-features = false, features = [
"aws-lc-rs",
"quinn",