update wasmtime version

This commit is contained in:
2022-03-02 21:50:26 +01:00
parent 973814a629
commit a6a82ff5a1
2 changed files with 117 additions and 99 deletions

View File

@@ -11,7 +11,7 @@ native = ["wasmtime"]
browser = ["warp", "tokio", "tokio-stream", "webbrowser"]
[dependencies]
wasmtime = { version = "0.30", optional = true }
wasmtime = { version = "0.34", optional = true }
anyhow = "1"
minifb = { version = "0.20", default-features = false, features = ["x11"] }
notify = "4"