Skip to content

Commit 81ca2ef

Browse files
authored
Merge pull request #342 from hyperware-ai/hf/bump-wit-bindgen-to-0.42.1-2
bump wit bindgen to 0.42.1
2 parents 9f21c58 + fe61cf0 commit 81ca2ef

3 files changed

Lines changed: 36 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 32 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kit"
33
authors = ["Sybil Technologies AG"]
4-
version = "1.0.2"
4+
version = "2.0.0"
55
edition = "2021"
66
description = "Development toolkit for Hyperware"
77
homepage = "https://hyperware.ai"
@@ -42,7 +42,7 @@ color-eyre = { version = "0.6", features = ["capture-spantrace"] }
4242
dirs = "5.0"
4343
fs-err = "2.11"
4444
hex = "0.4"
45-
hyperware_process_lib = "1.0.4"
45+
hyperware_process_lib = "2.0.0"
4646
nix = { version = "0.27", features = ["process", "signal", "term"] }
4747
proc-macro2 = "1.0"
4848
regex = "1"
@@ -70,7 +70,7 @@ tracing-appender = "0.2"
7070
tracing-error = "0.2"
7171
tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "std"] }
7272
walkdir = "2.4"
73-
wit-bindgen = "0.36.0"
73+
wit-bindgen = "0.42.1"
7474
zip = "0.6"
7575

7676
[workspace]

src/build/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const PACKAGE_JSON_NAME: &str = "package.json";
4040
const COMPONENTIZE_MJS_NAME: &str = "componentize.mjs";
4141
const HYPERWARE_WIT_1_0_0_URL: &str =
4242
"https://raw.githubusercontent.com/hyperware-ai/hyperware-wit/v1.0.0/hyperware.wit";
43-
const WASI_VERSION: &str = "27.0.0"; // TODO: un-hardcode
43+
const WASI_VERSION: &str = "33.0.0"; // TODO: un-hardcode
4444
const DEFAULT_WORLD_1_0_0: &str = "process-v1";
4545
const KINODE_PROCESS_LIB_CRATE_NAME: &str = "hyperware_process_lib";
4646

0 commit comments

Comments
 (0)