From f6b6d19041ec0fe4ad208d6b21ac08eed28e6061 Mon Sep 17 00:00:00 2001 From: Isaac Clayton Date: Thu, 2 Jun 2022 10:50:26 +0200 Subject: [PATCH] Add wasmtime and fix zstd version conflict --- crates/rpc/Cargo.toml | 2 +- crates/runner/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/rpc/Cargo.toml b/crates/rpc/Cargo.toml index 7baba26702..cd959e75a1 100644 --- a/crates/rpc/Cargo.toml +++ b/crates/rpc/Cargo.toml @@ -28,7 +28,7 @@ rsa = "0.4" serde = { version = "1.0", features = ["derive", "rc"] } smol-timeout = "0.6" tracing = { version = "0.1.34", features = ["log"] } -zstd = "0.9" +zstd = "0.11" [build-dependencies] prost-build = "0.9" diff --git a/crates/runner/Cargo.toml b/crates/runner/Cargo.toml index 85cebd26f9..60797899bc 100644 --- a/crates/runner/Cargo.toml +++ b/crates/runner/Cargo.toml @@ -7,4 +7,5 @@ edition = "2021" mlua = { version = "0.8.0-beta.5", features = ["lua54", "vendored", "serialize"] } serde = "1.0" map-macro = "0.2" +wasmtime = "0.37.0" # bincode = "1.3"