From 5fa502ca6ea06aff3c6bc4f5b11c42a6da9ccfc3 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Wed, 31 Aug 2022 14:33:43 -0700 Subject: [PATCH] chore: Upgrade wasmtime version --- internal/ext/wasm/wasm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ext/wasm/wasm.go b/internal/ext/wasm/wasm.go index db4e695abe..79babd81cc 100644 --- a/internal/ext/wasm/wasm.go +++ b/internal/ext/wasm/wasm.go @@ -25,7 +25,7 @@ import ( ) // This version must be updated whenever the wasmtime-go dependency is updated -const wasmtimeVersion = `v0.39.0` +const wasmtimeVersion = `v0.40.0` func cacheDir() (string, error) { cache := os.Getenv("SQLCCACHE")