Skip to content

Commit 46db7aa

Browse files
committed
chore: update dep and release for readme change
1 parent 1bc536d commit 46db7aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

worker-sandbox/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ regex = "1.5.4"
2424
serde = { version = "1", features = ["derive"] }
2525
serde_json = "1"
2626
wee_alloc = { version = "0.4.2", optional = true }
27-
worker = { path = "../worker", version = "0.0.5" }
27+
worker = { path = "../worker", version = "0.0.6" }
2828

2929
[dev-dependencies]
30-
wasm-bindgen-test = "0.2"
30+
wasm-bindgen-test = "0.2"

worker/Cargo.toml

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

0 commit comments

Comments
 (0)