Skip to content

Commit 9808cea

Browse files
committed
chore: bump worker-build
1 parent 500df1a commit 9808cea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

worker-build/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Cloudflare Workers Team <[email protected]>"]
33
edition = "2018"
44
name = "worker-build"
5-
version = "0.1.1"
5+
version = "0.1.2"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build"
88
readme = "README.md"
@@ -17,13 +17,13 @@ dirs-next = "2.0.0"
1717
flate2 = "1.0.26"
1818
tar = "0.4.38"
1919
ureq = { version = "2.6.2", features = ["tls", "gzip"] }
20-
clap= { version="4.5", features=['derive'] }
21-
worker-codegen = { path="../worker-codegen", version="0.1.0" }
20+
clap = { version = "4.5", features = ['derive'] }
21+
worker-codegen = { path = "../worker-codegen", version = "0.1.0" }
2222
wasm-pack = "0.13"
2323

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

2727

2828
[[bin]]
29-
name="worker-codegen"
29+
name = "worker-codegen"

0 commit comments

Comments
 (0)