Skip to content

Commit

Permalink
chore: bump worker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
zebp committed Dec 11, 2024
1 parent 500df1a commit 9808cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

8 changes: 4 additions & 4 deletions worker-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Cloudflare Workers Team <[email protected]>"]
edition = "2018"
name = "worker-build"
version = "0.1.1"
version = "0.1.2"
license = "Apache-2.0"
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build"
readme = "README.md"
Expand All @@ -17,13 +17,13 @@ dirs-next = "2.0.0"
flate2 = "1.0.26"
tar = "0.4.38"
ureq = { version = "2.6.2", features = ["tls", "gzip"] }
clap= { version="4.5", features=['derive'] }
worker-codegen = { path="../worker-codegen", version="0.1.0" }
clap = { version = "4.5", features = ['derive'] }
worker-codegen = { path = "../worker-codegen", version = "0.1.0" }
wasm-pack = "0.13"

[dev-dependencies]
wasm-bindgen-cli-support.workspace = true


[[bin]]
name="worker-codegen"
name = "worker-codegen"

0 comments on commit 9808cea

Please sign in to comment.