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 Feb 11, 2022
1 parent d4a3144 commit 4da2476
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 worker-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ regex = "1.5.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wee_alloc = { version = "0.4.2", optional = true }
worker = { path = "../worker", version = "0.0.8" }
worker = { path = "../worker", version = "0.0.9" }
futures = "0.3.19"

[dev-dependencies]
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.8"
version = "0.0.9"
authors = ["Cloudflare Workers Team <[email protected]>"]
repository = "https://github.com/cloudflare/workers-rs"
edition = "2018"
Expand All @@ -26,5 +26,5 @@ url = "2.2.2"
wasm-bindgen = "=0.2.78"
wasm-bindgen-futures = "0.4.28"
worker-kv = "0.5.0"
worker-macros = { path = "../worker-macros", version = "0.0.3" }
worker-sys = { path = "../worker-sys", version = "0.0.3" }
worker-macros = { path = "../worker-macros", version = "0.0.4" }
worker-sys = { path = "../worker-sys", version = "0.0.4" }

0 comments on commit 4da2476

Please sign in to comment.