Skip to content

Commit

Permalink
Update to wasmtime v20.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Jul 14, 2024
1 parent fbd5d99 commit cce9513
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
88 changes: 44 additions & 44 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 (20.0.0)
wasmtime (20.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 = "=20.0.0" }
wasmtime-wasi = "=20.0.0"
wasi-common = "=20.0.0"
wasmtime = { version = "=20.0.2" }
wasmtime-wasi = "=20.0.2"
wasi-common = "=20.0.2"
cap-std = "3.1.0"
anyhow = "*" # Use whatever Wasmtime uses
wat = "1.209.1"
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 = "=20.0.0"
wasmtime-environ = "=20.0.0"
wasmtime-runtime = "=20.0.2"
wasmtime-environ = "=20.0.2"
deterministic-wasi-ctx = "=0.1.21"

[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 = "20.0.0"
VERSION = "21.0.0"
end

0 comments on commit cce9513

Please sign in to comment.