fix: address multiple compilation issues
- Revert thiserror to 1.0.69 (fatality 0.1.1 incompatible with 2.x) - Fix MerkleProofError format string (Rust 2024 compatibility) - Fix deprecated websocket::framed::WsConfig -> Config in telemetry - Fix zombienet-sdk import: sc_chain_spec -> pezsc_chain_spec
This commit is contained in:
+1
-1
@@ -1537,7 +1537,7 @@ test-teyrchain-adder = { path = "pezkuwi/teyrchain/test-teyrchains/adder" }
|
||||
test-teyrchain-halt = { path = "pezkuwi/teyrchain/test-teyrchains/halt" }
|
||||
test-teyrchain-undying = { path = "pezkuwi/teyrchain/test-teyrchains/undying" }
|
||||
testnet-teyrchains-constants = { path = "pezcumulus/teyrchains/runtimes/constants", default-features = false }
|
||||
thiserror = { version = "2.0.17", default-features = true }
|
||||
thiserror = { version = "1.0.69" }
|
||||
thousands = { version = "0.2.0" }
|
||||
threadpool = { version = "1.7" }
|
||||
tikv-jemalloc-ctl = { version = "0.6.0", features = ["stats"] }
|
||||
|
||||
Reference in New Issue
Block a user