Skip to content

Commit

Permalink
wasmtime 17.0.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
glebpom authored Feb 8, 2024
1 parent e7e51ae commit 04ce48c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ci/download-wasmtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import zipfile
from pathlib import Path

WASMTIME_VERSION = "v17.0.0"
WASMTIME_VERSION = "v17.0.1"


def main(platform, arch):
Expand Down
16 changes: 8 additions & 8 deletions rust/Cargo.lock

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

3 changes: 1 addition & 2 deletions rust/bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ heck = { version = "0.4", features = ["unicode"] }
wit-parser = "0.13.1"
wit-component = "0.20.0"
indexmap = "2.0"
wasmtime-environ = { version = "17.0.0", features = ['component-model'] }
wasmtime-environ = { version = "17.0.1", features = ['component-model'] }
wit-bindgen = { workspace = true, features = ['default'] }
wit-bindgen-core = { workspace = true }

Expand All @@ -24,4 +24,3 @@ cli = []
[[bin]]
name = "bootstrap"
required-features = ["cli"]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "17.0.0"
version = "17.0.1"

# Give unique version numbers to all commits so our publication-on-each commit
# works on main
Expand Down

0 comments on commit 04ce48c

Please sign in to comment.