Add wasmtime and fix zstd version conflict
This commit is contained in:
parent
4003037ca8
commit
f6b6d19041
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ rsa = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||||
smol-timeout = "0.6"
|
smol-timeout = "0.6"
|
||||||
tracing = { version = "0.1.34", features = ["log"] }
|
tracing = { version = "0.1.34", features = ["log"] }
|
||||||
zstd = "0.9"
|
zstd = "0.11"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
prost-build = "0.9"
|
prost-build = "0.9"
|
||||||
|
|
|
@ -7,4 +7,5 @@ edition = "2021"
|
||||||
mlua = { version = "0.8.0-beta.5", features = ["lua54", "vendored", "serialize"] }
|
mlua = { version = "0.8.0-beta.5", features = ["lua54", "vendored", "serialize"] }
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
map-macro = "0.2"
|
map-macro = "0.2"
|
||||||
|
wasmtime = "0.37.0"
|
||||||
# bincode = "1.3"
|
# bincode = "1.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue