Skip to content

Commit fd2f5cc

Browse files
authored
chore: Upgrade wasmtime version (#1827)
1 parent 90aaf6a commit fd2f5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ext/wasm/wasm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
// This version must be updated whenever the wasmtime-go dependency is updated
28-
const wasmtimeVersion = `v0.39.0`
28+
const wasmtimeVersion = `v0.40.0`
2929

3030
func cacheDir() (string, error) {
3131
cache := os.Getenv("SQLCCACHE")

0 commit comments

Comments
 (0)