Skip to content

Commit 30d0694

Browse files
committed
chore: increment worker-macros version
1 parent 7600a43 commit 30d0694

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.4"
3+
version = "0.0.5"
44
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
55
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros"
66
edition = "2018"

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ wasm-bindgen-futures = "0.4.30"
2929
wasm-streams = "0.2.3"
3030
web-sys = "0.3.57"
3131
worker-kv = "0.5.1"
32-
worker-macros = { path = "../worker-macros", version = "0.0.4" }
32+
worker-macros = { path = "../worker-macros", version = "0.0.5" }
3333
worker-sys = { path = "../worker-sys", version = "0.0.5" }

0 commit comments

Comments
 (0)