Skip to content

Commit

Permalink
chore: increment worker-macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp committed Jun 20, 2022
1 parent 7600a43 commit 30d0694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion worker-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worker-macros"
version = "0.0.4"
version = "0.0.5"
authors = ["Cloudflare Workers Team <[email protected]>"]
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ wasm-bindgen-futures = "0.4.30"
wasm-streams = "0.2.3"
web-sys = "0.3.57"
worker-kv = "0.5.1"
worker-macros = { path = "../worker-macros", version = "0.0.4" }
worker-macros = { path = "../worker-macros", version = "0.0.5" }
worker-sys = { path = "../worker-sys", version = "0.0.5" }

0 comments on commit 30d0694

Please sign in to comment.