Skip to content

Commit 883c839

Browse files
committed
chore: increment worker version
1 parent 1f10121 commit 883c839

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

worker-sandbox/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ default = ["console_error_panic_hook"]
1414

1515
[dependencies]
1616
blake2 = "0.9.2"
17-
chrono = { version = "0.4", default-features = false, features = ["wasmbind", "clock"] }
17+
chrono = { version = "0.4", default-features = false, features = [
18+
"wasmbind",
19+
"clock",
20+
] }
1821
cfg-if = "0.1.2"
1922
console_error_panic_hook = { version = "0.1.1", optional = true }
2023
getrandom = { version = "0.2", features = ["js"] }
@@ -24,7 +27,7 @@ regex = "1.5.4"
2427
serde = { version = "1", features = ["derive"] }
2528
serde_json = "1"
2629
wee_alloc = { version = "0.4.2", optional = true }
27-
worker = { path = "../worker", version = "0.0.7" }
30+
worker = { path = "../worker", version = "0.0.8" }
2831

2932
[dev-dependencies]
3033
reqwest = { version = "0.11.9", features = ["blocking", "json", "multipart"] }

worker/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
55
repository = "https://github.com/cloudflare/workers-rs"
66
edition = "2018"
@@ -25,5 +25,5 @@ url = "2.2.2"
2525
wasm-bindgen = "=0.2.78"
2626
wasm-bindgen-futures = "0.4.28"
2727
worker-kv = "0.5.0"
28-
worker-macros = { path = "../worker-macros", version = "0.0.2" }
29-
worker-sys = { path = "../worker-sys", version = "0.0.2" }
28+
worker-macros = { path = "../worker-macros", version = "0.0.3" }
29+
worker-sys = { path = "../worker-sys", version = "0.0.3" }

0 commit comments

Comments
 (0)