Skip to content

Commit

Permalink
feat: bump wws to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 6, 2023
1 parent df4f142 commit 531fd3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ repository = { workspace = true }

# Common package definition for all crates / kits
[workspace.package]
version = "1.4.0"
version = "1.4.1"
edition = "2021"
authors = [ "Wasm Labs <https://wasmlabs.dev>" ]
authors = ["Wasm Labs <https://wasmlabs.dev>"]
license = "Apache-2.0"
repository = "https://github.com/vmware-labs/wasm-workers-server/"

Expand Down Expand Up @@ -54,15 +54,15 @@ members = [
"crates/worker",
"kits/rust",
"kits/rust/worker",
"kits/javascript"
"kits/javascript",
]
# Exclude examples
exclude = [
"examples/pdf-create",
"examples/rust-basic",
"examples/rust-fetch",
"examples/rust-kv",
"examples/rust-params"
"examples/rust-params",
]

[workspace.dependencies]
Expand Down

0 comments on commit 531fd3e

Please sign in to comment.