Skip to content

Commit

Permalink
chore: update dep and release for readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Sep 16, 2021
1 parent 1bc536d commit 46db7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions worker-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ regex = "1.5.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wee_alloc = { version = "0.4.2", optional = true }
worker = { path = "../worker", version = "0.0.5" }
worker = { path = "../worker", version = "0.0.6" }

[dev-dependencies]
wasm-bindgen-test = "0.2"
wasm-bindgen-test = "0.2"
4 changes: 2 additions & 2 deletions worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worker"
version = "0.0.5"
version = "0.0.6"
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
repository = "https://github.com/cloudflare/workers-rs"
edition = "2018"
Expand All @@ -26,4 +26,4 @@ wasm-bindgen = "0.2.78"
wasm-bindgen-futures = "0.4.28"
worker-kv = "0.3.0"
worker-macros = { path = "../worker-macros", version = "0.0.2" }
worker-sys = { path = "../worker-sys", version = "0.0.2" }
worker-sys = { path = "../worker-sys", version = "0.0.2" }

0 comments on commit 46db7aa

Please sign in to comment.