Skip to content

Commit 90a7684

Browse files
authored
chore: bump worker-kv (#759)
1 parent 29ac961 commit 90a7684

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -31,7 +31,7 @@ wasm-bindgen-test = "0.3.50"
3131
worker = { path = "worker", version = "0.6.0", features = ["queue", "d1", "axum", "timezone"] }
3232
worker-build = { path = "worker-build", version = "0.1.3" }
3333
worker-codegen = { path = "worker-codegen", version = "0.1.1" }
34-
worker-kv = { path = "worker-kv", version = "0.7.0" }
34+
worker-kv = { path = "worker-kv", version = "0.9.0" }
3535
worker-macros = { path = "worker-macros", version = "0.6.0", features = ["queue"] }
3636
worker-sys = { path = "worker-sys", version = "0.6.0", features = ["d1", "queue"] }
3737

worker-kv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worker-kv"
3-
version = "0.7.0"
3+
version = "0.9.0"
44
authors = ["Zeb Piasecki <[email protected]>"]
55
edition = "2018"
66
description = "Rust bindings to Cloudflare Worker KV Stores."

0 commit comments

Comments
 (0)