Skip to content

Commit e59d633

Browse files
committed
Worker version updated to latest 0.5.0
1 parent e5ab7c4 commit e59d633

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: libsql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_json = { version = "1", features = ["float_roundtrip"], optional = true }
2424
async-trait = "0.1"
2525
bitflags = { version = "2.4.0", optional = true }
2626
tower = { workspace = true, features = ["util"], optional = true }
27-
worker = { version = "0.4.1", optional = true }
27+
worker = { version = "0.5.0", optional = true }
2828

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

0 commit comments

Comments
 (0)