Skip to content

Commit

Permalink
Merge pull request #224 from bytecodealliance/wasmtime-1201
Browse files Browse the repository at this point in the history
chore: Wasmtime v12.0.1
  • Loading branch information
saulecabrera authored Sep 7, 2023
2 parents 67c5086 + 3776d03 commit 4d6d703
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wasmtime (12.0.0)
wasmtime (12.0.1)
rb_sys (~> 0.9.81)

GEM
Expand Down
12 changes: 6 additions & 6 deletions ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ magnus = { version = "0.5.5", features = ["rb-sys-interop"] }
rb-sys = { version = "*", default-features = false, features = [
"stable-api-compiled-fallback",
] }
wasmtime = { version = "= 12.0.0" }
wasmtime-wasi = "= 12.0.0"
wasi-common = "= 12.0.0"
wasi-cap-std-sync = "= 12.0.0"
wasmtime = { version = "= 12.0.1" }
wasmtime-wasi = "= 12.0.1"
wasi-common = "= 12.0.1"
wasi-cap-std-sync = "= 12.0.1"
cap-std = "2.0.0"
anyhow = "*" # Use whatever Wasmtime uses
wat = "1.0.69"
Expand All @@ -37,8 +37,8 @@ async-timer = { version = "1.0.0-beta.8", features = [
"tokio1",
], optional = true }
static_assertions = "1.1.0"
wasmtime-runtime = "= 12.0.0"
wasmtime-environ = "= 12.0.0"
wasmtime-runtime = "= 12.0.1"
wasmtime-environ = "= 12.0.1"

[build-dependencies]
rb-sys-env = "0.1.2"
2 changes: 1 addition & 1 deletion lib/wasmtime/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wasmtime
VERSION = "12.0.0"
VERSION = "12.0.1"
end

0 comments on commit 4d6d703

Please sign in to comment.