We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c48620 commit 8202c3eCopy full SHA for 8202c3e
worker-macros/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "worker-macros"
3
-version = "0.0.2"
+version = "0.0.3"
4
authors = ["Cloudflare Workers Team <[email protected]>"]
5
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros"
6
edition = "2018"
@@ -13,7 +13,7 @@ path = "src/lib.rs"
13
14
[dependencies]
15
async-trait = "0.1.51"
16
-worker-sys = { path = "../worker-sys", version = "0.0.2" }
+worker-sys = { path = "../worker-sys", version = "0.0.3" }
17
syn = "1.0.74"
18
proc-macro2 = "1.0.28"
19
quote = "1.0.9"
0 commit comments