Skip to content

Commit

Permalink
Merge pull request #1774 from kunjee17/main
Browse files Browse the repository at this point in the history
Worker version updated to latest 0.4.1
  • Loading branch information
LucioFranco authored Nov 14, 2024
2 parents 89b3460 + f1a8688 commit 4377f7e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libsql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = { version = "1", features = ["float_roundtrip"], optional = true }
async-trait = "0.1"
bitflags = { version = "2.4.0", optional = true }
tower = { workspace = true, features = ["util"], optional = true }
worker = { version = "0.2.0", optional = true }
worker = { version = "0.4.1", optional = true }

bincode = { version = "1", optional = true }
anyhow = { version = "1.0.71", optional = true }
Expand Down

0 comments on commit 4377f7e

Please sign in to comment.