Skip to content

Commit e43c37c

Browse files
authored
Merge pull request #278 from bytecodealliance/update-to-wasmtime-15.0.1
chore: Update to wasmtime v15.0.1
2 parents 24e918f + 5941a39 commit e43c37c

File tree

4 files changed

+57
-56
lines changed

4 files changed

+57
-56
lines changed

Cargo.lock

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

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
wasmtime (15.0.0)
4+
wasmtime (15.0.1)
55
rb_sys (~> 0.9.86)
66

77
GEM
@@ -11,6 +11,7 @@ GEM
1111
benchmark-ips (2.13.0)
1212
diff-lcs (1.5.0)
1313
ffi (1.16.3)
14+
ffi (1.16.3-x64-mingw-ucrt)
1415
get_process_mem (0.2.7)
1516
ffi (~> 1.0)
1617
json (2.7.1)

ext/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ magnus = { version = "0.6", features = ["rb-sys"] }
2121
rb-sys = { version = "*", default-features = false, features = [
2222
"stable-api-compiled-fallback",
2323
] }
24-
wasmtime = { version = "= 15.0.0" }
25-
wasmtime-wasi = "= 15.0.0"
26-
wasi-common = "= 15.0.0"
27-
wasi-cap-std-sync = "= 15.0.0"
24+
wasmtime = { version = "= 15.0.1" }
25+
wasmtime-wasi = "= 15.0.1"
26+
wasi-common = "= 15.0.1"
27+
wasi-cap-std-sync = "= 15.0.1"
2828
cap-std = "2.0.0"
2929
anyhow = "*" # Use whatever Wasmtime uses
3030
wat = "1.0.79"
@@ -38,8 +38,8 @@ async-timer = { version = "1.0.0-beta.11", features = [
3838
"tokio1",
3939
], optional = true }
4040
static_assertions = "1.1.0"
41-
wasmtime-runtime = "= 15.0.0"
42-
wasmtime-environ = "= 15.0.0"
41+
wasmtime-runtime = "= 15.0.1"
42+
wasmtime-environ = "= 15.0.1"
4343

4444
[build-dependencies]
4545
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 = "15.0.0"
4+
VERSION = "15.0.1"
55
end

0 commit comments

Comments
 (0)