Skip to content

Commit

Permalink
⬆️ Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 15, 2024
1 parent af1cef6 commit c1b07ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bytes = "^1"
async-trait = "^0.1"
cfg-if = "^1"
sea-orm = "^1"
worker = "^0.4"
worker = "^0.5"

# [target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), not(target_os = "wasi")))'.dependencies]
tairitsu-database-driver-cloudflare = { path = "../database_driver_cloudflare" }
Expand Down
2 changes: 1 addition & 1 deletion packages/database_driver_cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sqlparser = { version = "^0.48", optional = true }

wasm-bindgen = { version = "0.2.95" }
wasm-bindgen-futures = { version = "^0.4" }
worker = { version = "^0.4", features = ["d1"] }
worker = { version = "^0.5", features = ["d1"] }

0 comments on commit c1b07ff

Please sign in to comment.