Skip to content

Commit 5ee10ee

Browse files
committed
Update to worker 0.6.5 and remove workarounds
1 parent d3cda41 commit 5ee10ee

File tree

3 files changed

+24
-27
lines changed

3 files changed

+24
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ thiserror = "2.0"
7171
tlog_tiles = { path = "crates/tlog_tiles", version = "0.2.0" }
7272
tokio = { version = "1", features = ["sync"] }
7373
url = "2.2"
74-
worker = "0.6.1"
74+
worker = "0.6.5"
7575
x509-cert = "0.2.5"
7676
x509-verify = { version = "0.4.4", features = [
7777
"md2",

crates/ct_worker/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ release = false
1818
[package.metadata.wasm-pack.profile.dev.wasm-bindgen]
1919
dwarf-debug-info = true
2020

21-
# https://github.com/cloudflare/workers-rs/issues/818
22-
[package.metadata.wasm-pack.profile.release]
23-
wasm-opt = ["--enable-nontrapping-float-to-int", "--enable-bulk-memory"]
24-
2521
[lib]
2622
crate-type = ["cdylib"]
2723

0 commit comments

Comments
 (0)