Skip to content

Commit dbc564a

Browse files
guybedfordgithub-actions[bot]
authored andcommitted
chore: bump versions
1 parent 22222b5 commit dbc564a

File tree

7 files changed

+66
-53
lines changed

7 files changed

+66
-53
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ chrono = { version = "0.4.41", default-features = false, features = [
2626
futures-channel = "0.3.31"
2727
futures-util = { version = "0.3.31", default-features = false }
2828
http = "1.3"
29-
js-sys = { version = "0.3.83", path = "./wasm-bindgen/crates/js-sys" }
29+
js-sys = { version = "0.3.83" }
3030
serde = { version = "1.0.164", features = ["derive"] }
3131
serde_json = "1.0.140"
3232
serde-wasm-bindgen = "0.6.5"
3333
syn = "2.0.17"
3434
proc-macro2 = "1.0.60"
3535
quote = "1.0.28"
36-
wasm-bindgen = { version = "0.2.108", path = "./wasm-bindgen" }
37-
wasm-bindgen-cli-support = { version = "0.2.108", path = "./wasm-bindgen/crates/cli-support" }
38-
wasm-bindgen-futures = { version = "0.4.57", path = "./wasm-bindgen/crates/futures" }
39-
wasm-bindgen-macro-support = { version = "0.2.108", path = "./wasm-bindgen/crates/macro-support" }
40-
wasm-bindgen-shared = { version = "0.2.108", path = "./wasm-bindgen/crates/shared" }
41-
wasm-bindgen-test = { version = "0.3.58", path = "./wasm-bindgen/crates/test" }
36+
wasm-bindgen = { version = "0.2.108" }
37+
wasm-bindgen-cli-support = { version = "0.2.108" }
38+
wasm-bindgen-futures = { version = "0.4.57" }
39+
wasm-bindgen-macro-support = { version = "0.2.108" }
40+
wasm-bindgen-shared = { version = "0.2.108" }
41+
wasm-bindgen-test = { version = "0.3.58" }
4242
web-sys = { version = "0.3.85", features = [
4343
"AbortController",
4444
"AbortSignal",
@@ -69,10 +69,10 @@ web-sys = { version = "0.3.85", features = [
6969
"WritableStream",
7070
"WritableStreamDefaultWriter",
7171
] }
72-
worker = { version = "0.7.2", path = "worker", features = ["queue", "d1", "axum", "timezone"] }
72+
worker = { version = "0.7.3", path = "worker", features = ["queue", "d1", "axum", "timezone"] }
7373
worker-codegen = { path = "worker-codegen", version = "0.2.0" }
74-
worker-macros = { version = "0.7.2", path = "worker-macros", features = ["queue"] }
75-
worker-sys = { version = "0.7.2", path = "worker-sys", features = ["d1", "queue"] }
74+
worker-macros = { version = "0.7.3", path = "worker-macros", features = ["queue"] }
75+
worker-sys = { version = "0.7.3", path = "worker-sys", features = ["d1", "queue"] }
7676

7777
[profile.release]
7878
# rustc supports two "optimize for size" levels: opt-level = "s" and "z".
@@ -99,12 +99,3 @@ opt-level = "z"
9999

100100
# These are local patches we use to test against local wasm bindgen
101101
# We always align on the exact stable wasm bindgen version for releases
102-
[patch.crates-io]
103-
js-sys = { version = "0.3.85", path = './wasm-bindgen/crates/js-sys' }
104-
wasm-bindgen = { version = "0.2.108", path = './wasm-bindgen' }
105-
wasm-bindgen-cli-support = { version = "0.2.108", path = "./wasm-bindgen/crates/cli-support" }
106-
wasm-bindgen-futures = { version = "0.4.57", path = './wasm-bindgen/crates/futures' }
107-
wasm-bindgen-macro-support = { version = "0.2.108", path = "./wasm-bindgen/crates/macro-support" }
108-
wasm-bindgen-shared = { version = "0.2.108", path = "./wasm-bindgen/crates/shared" }
109-
wasm-bindgen-test = { version = "0.3.58", path = "./wasm-bindgen/crates/test" }
110-
web-sys = { version = "0.3.85", path = './wasm-bindgen/crates/web-sys' }

test/container-echo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "container-echo"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55

66
[dependencies]

worker-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
33
edition = "2021"
44
name = "worker-build"
5-
version = "0.7.2"
5+
version = "0.7.3"
66
license = "Apache-2.0"
77
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build"
88
readme = "README.md"

0 commit comments

Comments
 (0)