Skip to content

Commit

Permalink
chore: increment worker version
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp committed Aug 31, 2022
1 parent 424e68a commit 318117a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@changesets/cli": "^2.22.0"
},
"name": "workers-rs",
"version": "0.0.0",
"version": "0.0.11",
"author": "[email protected]",
"description": "Monorepo for Worker Rust Bindings",
"license": "MIT OR Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion worker-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ regex = "1.5.6"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
wee_alloc = { version = "0.4.5", optional = true }
worker = { path = "../worker", version = "0.0.10" }
worker = { path = "../worker", version = "0.0.11" }
futures-channel = "0.3.21"
futures-util = { version = "0.3.21", default-features = false }
rand = "0.8.5"
Expand Down
6 changes: 3 additions & 3 deletions worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worker"
version = "0.0.10"
version = "0.0.11"
authors = ["Cloudflare Workers Team <[email protected]>"]
repository = "https://github.com/cloudflare/workers-rs"
edition = "2018"
Expand Down Expand Up @@ -29,5 +29,5 @@ wasm-bindgen-futures = "0.4.30"
wasm-streams = "0.2.3"
web-sys = "0.3.57"
worker-kv = "0.5.1"
worker-macros = { path = "../worker-macros", version = "0.0.5" }
worker-sys = { path = "../worker-sys", version = "0.0.5" }
worker-macros = { path = "../worker-macros", version = "0.0.6" }
worker-sys = { path = "../worker-sys", version = "0.0.6" }

0 comments on commit 318117a

Please sign in to comment.