Skip to content

Commit b5b6095

Browse files
Release v0.6.5 (#820)
* chore: bump versions * [email protected] --------- Co-authored-by: guybedford <[email protected]> Co-authored-by: Guy Bedford <[email protected]>
1 parent 78da5cb commit b5b6095

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ wasm-bindgen-macro-support = { version = "0.2.103", path = "./wasm-bindgen/crate
3131
wasm-bindgen-shared = { version = "0.2.103", path = "./wasm-bindgen/crates/shared" }
3232
wasm-bindgen-test = { version = "0.3.51", path = "./wasm-bindgen/crates/test" }
3333
web-sys = { version = "0.3.79", path = "./wasm-bindgen/crates/web-sys" }
34-
worker = { path = "worker", version = "0.6.4", features = ["queue", "d1", "axum", "timezone"] }
34+
worker = { path = "worker", version = "0.6.5", features = ["queue", "d1", "axum", "timezone"] }
3535
worker-codegen = { path = "worker-codegen", version = "0.2.0" }
3636
worker-kv = { path = "worker-kv", version = "0.9.0" }
37-
worker-macros = { path = "worker-macros", version = "0.6.4", features = ["queue"] }
38-
worker-sys = { path = "worker-sys", version = "0.6.4", features = ["d1", "queue"] }
37+
worker-macros = { path = "worker-macros", version = "0.6.5", features = ["queue"] }
38+
worker-sys = { path = "worker-sys", version = "0.6.5", features = ["d1", "queue"] }
3939

4040
[profile.release]
4141
# 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.2"
3+
version = "0.1.3"
44
edition = "2024"
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.7"
5+
version = "0.1.8"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build"
88
readme = "README.md"

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.4"
3+
version = "0.6.5"
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.4"
5+
version = "0.6.5"
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.4"
3+
version = "0.6.5"
44
authors = ["Cloudflare Workers Team <[email protected]>"]
55
repository = "https://github.com/cloudflare/workers-rs"
66
edition = "2018"

0 commit comments

Comments
 (0)