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 Jan 26, 2022
1 parent 1f10121 commit 883c839
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions worker-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ default = ["console_error_panic_hook"]

[dependencies]
blake2 = "0.9.2"
chrono = { version = "0.4", default-features = false, features = ["wasmbind", "clock"] }
chrono = { version = "0.4", default-features = false, features = [
"wasmbind",
"clock",
] }
cfg-if = "0.1.2"
console_error_panic_hook = { version = "0.1.1", optional = true }
getrandom = { version = "0.2", features = ["js"] }
Expand All @@ -24,7 +27,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.7" }
worker = { path = "../worker", version = "0.0.8" }

[dev-dependencies]
reqwest = { version = "0.11.9", features = ["blocking", "json", "multipart"] }
Expand Down
6 changes: 3 additions & 3 deletions worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worker"
version = "0.0.7"
version = "0.0.8"
authors = ["Cloudflare Workers Team <[email protected]>"]
repository = "https://github.com/cloudflare/workers-rs"
edition = "2018"
Expand All @@ -25,5 +25,5 @@ url = "2.2.2"
wasm-bindgen = "=0.2.78"
wasm-bindgen-futures = "0.4.28"
worker-kv = "0.5.0"
worker-macros = { path = "../worker-macros", version = "0.0.2" }
worker-sys = { path = "../worker-sys", version = "0.0.2" }
worker-macros = { path = "../worker-macros", version = "0.0.3" }
worker-sys = { path = "../worker-sys", version = "0.0.3" }

0 comments on commit 883c839

Please sign in to comment.