From 4b89e781b06cfe4fff045a35bb77bdbfd6b675a0 Mon Sep 17 00:00:00 2001 From: mars Date: Sun, 18 Dec 2022 13:44:31 -0700 Subject: [PATCH] Upgrade wasmtime to 3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 447a180..0c662d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ouroboros = "^0.15" parking_lot = "0.12" prehash = "0.3.3" slab = "0.4" -wasmtime = "0.38" +wasmtime = "3" [dependencies.font-kit] version = "*"