Skip to content

Commit 29cdaf3

Browse files
authored
Merge pull request #69 from kinode-dao/hf/bump-wasmtime-deps
bump wit-bindgen to 0.24.0
2 parents 6352ed0 + 84b3d84 commit 29cdaf3

File tree

3 files changed

+37
-23
lines changed

3 files changed

+37
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "6f8ebb4
1515
anyhow = "1.0"
1616
bincode = "1.3.3"
1717
http = "1.0.0"
18+
mime_guess = "2.0"
1819
serde = { version = "1.0", features = ["derive"] }
1920
serde_json = "1.0"
2021
rand = "0.8"
2122
rmp-serde = "1.1.2"
2223
thiserror = "1.0"
2324
url = "2.4.1"
24-
mime_guess = "2.0"
25-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "21a46c7" }
25+
wit-bindgen = "0.24.0"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ macro_rules! call_init {
7777
$init_func(our);
7878
}
7979
}
80+
export!(Component);
8081
};
8182
}
8283

0 commit comments

Comments
 (0)