Skip to content

Commit 7a103ef

Browse files
committed
chore: increment workers-rs version
1 parent 30d0694 commit 7a103ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.6"
2727
serde = { version = "1.0.137", features = ["derive"] }
2828
serde_json = "1.0.81"
2929
wee_alloc = { version = "0.4.5", optional = true }
30-
worker = { path = "../worker", version = "0.0.9" }
30+
worker = { path = "../worker", version = "0.0.10" }
3131
futures-channel = "0.3.21"
3232
futures-util = { version = "0.3.21", default-features = false }
3333
rand = "0.8.5"

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
55
repository = "https://github.com/cloudflare/workers-rs"
66
edition = "2018"

0 commit comments

Comments
 (0)