Skip to content

Commit

Permalink
chore: update workers-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp committed Nov 17, 2022
1 parent b8f4648 commit 9d99271
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@changesets/cli": "^2.22.0"
},
"name": "workers-rs",
"version": "0.0.11",
"version": "0.0.12",
"author": "[email protected]",
"description": "Monorepo for Worker Rust Bindings",
"license": "MIT OR Apache-2.0",
Expand Down
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.11" }
worker = { path = "../worker", version = "0.0.12" }
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.11"
version = "0.0.12"
authors = ["Cloudflare Workers Team <[email protected]>"]
repository = "https://github.com/cloudflare/workers-rs"
edition = "2018"
Expand Down

0 comments on commit 9d99271

Please sign in to comment.