Skip to content

Commit

Permalink
Bump to 17.0.0 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Jan 25, 2024
1 parent 46d63b2 commit e7e51ae
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 23 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 = "v16.0.0"
WASMTIME_VERSION = "v17.0.0"


def main(platform, arch):
Expand Down
49 changes: 30 additions & 19 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ crate-type = ['cdylib', 'rlib']
anyhow = "1.0"
heck = { version = "0.4", features = ["unicode"] }
wit-parser = "0.13.1"
wit-component = "0.19.1"
wit-component = "0.20.0"
indexmap = "2.0"
wasmtime-environ = { version = "16.0.0", features = ['component-model'] }
wasmtime-environ = { version = "17.0.0", features = ['component-model'] }
wit-bindgen = { workspace = true, features = ['default'] }
wit-bindgen-core = { workspace = true }

Expand Down
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 = "16.0.0"
version = "17.0.0"

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

0 comments on commit e7e51ae

Please sign in to comment.