From b68a63408c3e5c7c7b848ce7a4bc69f2260ef3e7 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Thu, 29 Sep 2022 21:49:54 -0700 Subject: [PATCH] chore: Bump wasmtime version to v1.0.0 --- 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 79babd81cc..7a86c83b5f 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.40.0` +const wasmtimeVersion = `v1.0.0` func cacheDir() (string, error) { cache := os.Getenv("SQLCCACHE")