Skip to content

Commit 451f67a

Browse files
committed
feat: bump wws to 1.6.0
1 parent 2dafc5a commit 451f67a

File tree

9 files changed

+31
-30
lines changed

9 files changed

+31
-30
lines changed

Cargo.lock

+15-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = { workspace = true }
1111

1212
# Common package definition for all crates / kits
1313
[workspace.package]
14-
version = "1.5.0"
14+
version = "1.6.0"
1515
edition = "2021"
1616
authors = ["Wasm Labs <https://wasmlabs.dev>"]
1717
license = "Apache-2.0"
@@ -81,7 +81,6 @@ serde = { version = "1.0", features = ["derive"] }
8181
serde_json = "1.0.85"
8282
tokio = "1.28"
8383
toml = "0.7.0"
84-
wasmparser = "0.113.2"
8584
wws-config = { path = "./crates/config" }
8685
wws-runtimes = { path = "./crates/runtimes" }
8786
wws-data-kv = { path = "./crates/data-kv" }
@@ -93,6 +92,7 @@ wws-project = { path = "./crates/project" }
9392
wws-panel = { path = "./crates/panel" }
9493
wws-api-manage = { path = "./crates/api-manage" }
9594
wws-api-manage-openapi = { path = "./crates/api-manage-openapi" }
95+
wasmparser = "0.113.2"
9696
wasmtime = "13.0.0"
9797
wasmtime-wasi = "13.0.0"
9898
wasmtime-wasi-nn = "13.0.0"

examples/rust-basic/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-fetch/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-kv/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-params/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-pdf-create/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-wasi-nn-preload/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust-wasi-nn/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)