Skip to content

Commit

Permalink
Release worker-kv v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed Sep 25, 2024
1 parent 8b8585f commit 5f5cca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions worker-kv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "worker-kv"
version = "0.7.0"
authors = ["Zeb Piasecki <zeb@zebulon.dev>"]
version = "0.8.0"
authors = ["Zeb Piasecki <zeb@zebulon.dev>", "Kevin Flansburg <kflansburg@cloudflare.com>"]
edition = "2018"
description = "Rust bindings to Cloudflare Worker KV Stores."
repository = "https://github.com/zebp/worker-kv"
repository = "https://github.com/cloudflare/workers-rs"
license = "MIT OR Apache-2.0"

[package.metadata.release]
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ url = "2.4.0"
serde-wasm-bindgen = "0.6.1"
serde_urlencoded = "0.7"
wasm-streams = "0.4"
worker-kv = { path = "../worker-kv", version = "0.7.0" }
worker-kv = { path = "../worker-kv", version = "0.8.0" }
worker-macros = { path = "../worker-macros", version = "0.2.0" }
worker-sys = { path = "../worker-sys", version = "0.2.0" }

Expand Down

0 comments on commit 5f5cca6

Please sign in to comment.