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 Mar 13, 2023
1 parent 315ecce commit a9d74c8
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.7"
version = "0.0.8"
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,7 +29,7 @@ wasm-bindgen-futures = "0.4.30"
serde-wasm-bindgen = "0.5.0"
wasm-streams = "0.2.3"
worker-kv = "0.6.0"
worker-macros = { path = "../worker-macros", version = "0.0.7" }
worker-macros = { path = "../worker-macros", version = "0.0.8" }
worker-sys = { path = "../worker-sys", version = "0.0.8" }

[dependencies.web-sys]
Expand Down

0 comments on commit a9d74c8

Please sign in to comment.