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 Mar 20, 2023
1 parent c61b555 commit cf93654
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 @@ -26,7 +26,7 @@ http = "0.2.8"
regex = "1.5.6"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
worker = { path = "../worker", version = "0.0.14", features= ["queue"] }
worker = { path = "../worker", version = "0.0.15", features= ["queue"] }
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.14"
version = "0.0.15"
authors = ["Cloudflare Workers Team <[email protected]>"]
repository = "https://github.com/cloudflare/workers-rs"
edition = "2018"
Expand Down

0 comments on commit cf93654

Please sign in to comment.