Skip to content

Commit

Permalink
feat: bump wws to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 6, 2023
1 parent 5516310 commit 1e45ee3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 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.1.0"
version = "1.1.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 @@ -51,14 +51,14 @@ members = [
"crates/worker",
"kits/rust",
"kits/rust/worker",
"kits/javascript"
"kits/javascript",
]
# Exclude examples
exclude = [
"examples/pdf-create",
"examples/rust-basic",
"examples/rust-kv",
"examples/rust-params"
"examples/rust-params",
]

[workspace.dependencies]
Expand Down

0 comments on commit 1e45ee3

Please sign in to comment.