Skip to content

Commit b7f2aa3

Browse files
guybedfordgithub-actions[bot]
authored andcommitted
chore: bump versions
1 parent 2ed40e2 commit b7f2aa3

File tree

8 files changed

+274
-347
lines changed

8 files changed

+274
-347
lines changed

Cargo.lock

Lines changed: 264 additions & 337 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ web-sys = { version = "0.3.82", features = [
3636
"WorkerGlobalScope",
3737
"WritableStreamDefaultWriter",
3838
] }
39-
worker = { path = "worker", version = "0.6.6", features = ["queue", "d1", "axum", "timezone"] }
39+
worker = { path = "worker", version = "0.6.7", features = ["queue", "d1", "axum", "timezone"] }
4040
worker-codegen = { path = "worker-codegen", version = "0.2.0" }
41-
worker-kv = { path = "worker-kv", version = "0.9.0" }
42-
worker-macros = { path = "worker-macros", version = "0.6.6", features = ["queue"] }
43-
worker-sys = { path = "worker-sys", version = "0.6.6", features = ["d1", "queue"] }
41+
worker-kv = { path = "worker-kv", version = "0.9.1" }
42+
worker-macros = { path = "worker-macros", version = "0.6.7", features = ["queue"] }
43+
worker-sys = { path = "worker-sys", version = "0.6.7", features = ["d1", "queue"] }
4444

4545
[profile.release]
4646
# rustc supports two "optimize for size" levels: opt-level = "s" and "z".

test/container-echo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "container-echo"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55

66
[dependencies]

worker-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Cloudflare Workers Team <[email protected]>"]
33
edition = "2018"
44
name = "worker-build"
5-
version = "0.1.11"
5+
version = "0.1.12"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build"
88
readme = "README.md"

worker-kv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker-kv"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Zeb Piasecki <[email protected]>"]
55
edition = "2018"
66
description = "Rust bindings to Cloudflare Worker KV Stores."

worker-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker-macros"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
authors = ["Cloudflare Workers Team <[email protected]>"]
55
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros"
66
edition = "2018"

worker-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "worker-sys"
33
authors = ["Cloudflare Workers Team <[email protected]>"]
44
edition = "2018"
5-
version = "0.6.6"
5+
version = "0.6.7"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-sys"
88
description = "Low-level extern definitions / FFI bindings to the Cloudflare Workers JS Runtime."

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
authors = ["Cloudflare Workers Team <[email protected]>"]
55
repository = "https://github.com/cloudflare/workers-rs"
66
edition = "2018"

0 commit comments

Comments
 (0)