Skip to content

Commit 6d27e6f

Browse files
committed
Bump workers dependency to fix build for cloudflare/wasm
1 parent 571a1ce commit 6d27e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = { version = "1", features = ["float_roundtrip"], optional = true }
2525
async-trait = "0.1"
2626
bitflags = { version = "2.4.0", optional = true }
2727
tower = { workspace = true, features = ["util"], optional = true }
28-
worker = { version = "0.4.1", optional = true }
28+
worker = { version = "0.6.7", optional = true }
2929

3030
bincode = { version = "1", optional = true }
3131
anyhow = { version = "1.0.71", optional = true }

0 commit comments

Comments
 (0)