Skip to content

Commit 29ac961

Browse files
authored
chore: bump worker-build, worker-codegen (#758)
1 parent 2e07f77 commit 29ac961

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ wasm-bindgen-futures = "0.4.50"
2929
wasm-bindgen-macro-support = "0.2.100"
3030
wasm-bindgen-test = "0.3.50"
3131
worker = { path = "worker", version = "0.6.0", features = ["queue", "d1", "axum", "timezone"] }
32+
worker-build = { path = "worker-build", version = "0.1.3" }
33+
worker-codegen = { path = "worker-codegen", version = "0.1.1" }
3234
worker-kv = { path = "worker-kv", version = "0.7.0" }
3335
worker-macros = { path = "worker-macros", version = "0.6.0", features = ["queue"] }
3436
worker-sys = { path = "worker-sys", version = "0.6.0", features = ["d1", "queue"] }

worker-build/Cargo.toml

Lines changed: 2 additions & 2 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.2"
5+
version = "0.1.3"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build"
88
readme = "README.md"
@@ -18,7 +18,7 @@ flate2 = "1.1"
1818
tar = "0.4"
1919
ureq = { version = "3.0", features = ["gzip"] }
2020
clap = { version = "4.5", features = ['derive'] }
21-
worker-codegen = { path = "../worker-codegen", version = "0.1.0" }
21+
worker-codegen.workspace = true
2222
wasm-pack = "0.13"
2323

2424
[dev-dependencies]

worker-codegen/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker-codegen"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Cloudflare Workers Team <[email protected]>"]
55
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-codegen"
66
edition = "2018"
@@ -17,10 +17,10 @@ path = "src/lib.rs"
1717
wasm-bindgen.workspace = true
1818
wasm-bindgen-futures.workspace = true
1919
wasm-bindgen-macro-support.workspace = true
20-
syn = {version="2.0.17", features=['extra-traits']}
20+
syn = { version = "2.0.17", features = ['extra-traits'] }
2121
proc-macro2 = "1.0.60"
2222
quote = "1.0.28"
23-
prettyplease = { version="0.2" }
24-
wit-parser= { version="0.205" }
25-
convert_case={ version="0.6" }
26-
anyhow={ version="1" }
23+
prettyplease = { version = "0.2" }
24+
wit-parser = { version = "0.205" }
25+
convert_case = { version = "0.6" }
26+
anyhow = { version = "1" }

0 commit comments

Comments
 (0)