Skip to content

Commit 8202c3e

Browse files
committed
chore: increment worker-macro version
1 parent 2c48620 commit 8202c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worker-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker-macros"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
55
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros"
66
edition = "2018"
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313

1414
[dependencies]
1515
async-trait = "0.1.51"
16-
worker-sys = { path = "../worker-sys", version = "0.0.2" }
16+
worker-sys = { path = "../worker-sys", version = "0.0.3" }
1717
syn = "1.0.74"
1818
proc-macro2 = "1.0.28"
1919
quote = "1.0.9"

0 commit comments

Comments
 (0)