Skip to content

Commit 4d6d703

Browse files
authored
Merge pull request #224 from bytecodealliance/wasmtime-1201
chore: Wasmtime v12.0.1
2 parents 67c5086 + 3776d03 commit 4d6d703

4 files changed

Lines changed: 54 additions & 54 deletions

File tree

Cargo.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
wasmtime (12.0.0)
4+
wasmtime (12.0.1)
55
rb_sys (~> 0.9.81)
66

77
GEM

ext/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ magnus = { version = "0.5.5", features = ["rb-sys-interop"] }
2020
rb-sys = { version = "*", default-features = false, features = [
2121
"stable-api-compiled-fallback",
2222
] }
23-
wasmtime = { version = "= 12.0.0" }
24-
wasmtime-wasi = "= 12.0.0"
25-
wasi-common = "= 12.0.0"
26-
wasi-cap-std-sync = "= 12.0.0"
23+
wasmtime = { version = "= 12.0.1" }
24+
wasmtime-wasi = "= 12.0.1"
25+
wasi-common = "= 12.0.1"
26+
wasi-cap-std-sync = "= 12.0.1"
2727
cap-std = "2.0.0"
2828
anyhow = "*" # Use whatever Wasmtime uses
2929
wat = "1.0.69"
@@ -37,8 +37,8 @@ async-timer = { version = "1.0.0-beta.8", features = [
3737
"tokio1",
3838
], optional = true }
3939
static_assertions = "1.1.0"
40-
wasmtime-runtime = "= 12.0.0"
41-
wasmtime-environ = "= 12.0.0"
40+
wasmtime-runtime = "= 12.0.1"
41+
wasmtime-environ = "= 12.0.1"
4242

4343
[build-dependencies]
4444
rb-sys-env = "0.1.2"

lib/wasmtime/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Wasmtime
4-
VERSION = "12.0.0"
4+
VERSION = "12.0.1"
55
end

0 commit comments

Comments
 (0)