Skip to content

Commit f7c9ed6

Browse files
authored
chore: Bump wasmtime version to v1.0.0 (#1869)
1 parent 4620345 commit f7c9ed6

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.40.0`
28+
const wasmtimeVersion = `v1.0.0`
2929

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

0 commit comments

Comments
 (0)