Skip to content

Commit

Permalink
chore: increment workers-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp committed Jun 20, 2022
1 parent 30d0694 commit 7a103ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.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.9" }
worker = { path = "../worker", version = "0.0.10" }
futures-channel = "0.3.21"
futures-util = { version = "0.3.21", default-features = false }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worker"
version = "0.0.9"
version = "0.0.10"
authors = ["Cloudflare Workers Team <[email protected]>"]
repository = "https://github.com/cloudflare/workers-rs"
edition = "2018"
Expand Down

0 comments on commit 7a103ef

Please sign in to comment.