Skip to content

Commit 4da2476

Browse files
committed
chore: increment worker version
1 parent d4a3144 commit 4da2476

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

worker-sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ regex = "1.5.4"
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1"
2929
wee_alloc = { version = "0.4.2", optional = true }
30-
worker = { path = "../worker", version = "0.0.8" }
30+
worker = { path = "../worker", version = "0.0.9" }
3131
futures = "0.3.19"
3232

3333
[dev-dependencies]

worker/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
55
repository = "https://github.com/cloudflare/workers-rs"
66
edition = "2018"
@@ -26,5 +26,5 @@ url = "2.2.2"
2626
wasm-bindgen = "=0.2.78"
2727
wasm-bindgen-futures = "0.4.28"
2828
worker-kv = "0.5.0"
29-
worker-macros = { path = "../worker-macros", version = "0.0.3" }
30-
worker-sys = { path = "../worker-sys", version = "0.0.3" }
29+
worker-macros = { path = "../worker-macros", version = "0.0.4" }
30+
worker-sys = { path = "../worker-sys", version = "0.0.4" }

0 commit comments

Comments
 (0)