Skip to content

Commit

Permalink
chore: Update wasmtime to version 19.0.2 (#327)
Browse files Browse the repository at this point in the history
Updates to the last patch version of v19
  • Loading branch information
saulecabrera committed May 15, 2024
1 parent 71ebda4 commit 615d979
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 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 (19.0.0)
wasmtime (19.0.2)
rb_sys (~> 0.9.97)

GEM
Expand Down
10 changes: 5 additions & 5 deletions ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ magnus = { version = "0.6", features = ["rb-sys"] }
rb-sys = { version = "*", default-features = false, features = [
"stable-api-compiled-fallback",
] }
wasmtime = { version = "=19.0.0" }
wasmtime-wasi = "=19.0.0"
wasi-common = "=19.0.0"
wasmtime = { version = "=19.0.2" }
wasmtime-wasi = "=19.0.2"
wasi-common = "=19.0.2"
cap-std = "3.0.0"
anyhow = "*" # Use whatever Wasmtime uses
wat = "1.201.0"
Expand All @@ -37,8 +37,8 @@ async-timer = { version = "1.0.0-beta.11", features = [
"tokio1",
], optional = true }
static_assertions = "1.1.0"
wasmtime-runtime = "=19.0.0"
wasmtime-environ = "=19.0.0"
wasmtime-runtime = "=19.0.2"
wasmtime-environ = "=19.0.2"
deterministic-wasi-ctx = "=0.1.20"

[build-dependencies]
Expand Down
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 = "19.0.0"
VERSION = "19.0.2"
end

0 comments on commit 615d979

Please sign in to comment.