Skip to content

Commit 5f5cca6

Browse files
committed
Release worker-kv v0.8.0
1 parent 8b8585f commit 5f5cca6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

worker-kv/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "worker-kv"
3-
version = "0.7.0"
4-
authors = ["Zeb Piasecki <zeb@zebulon.dev>"]
3+
version = "0.8.0"
4+
authors = ["Zeb Piasecki <zeb@zebulon.dev>", "Kevin Flansburg <kflansburg@cloudflare.com>"]
55
edition = "2018"
66
description = "Rust bindings to Cloudflare Worker KV Stores."
7-
repository = "https://github.com/zebp/worker-kv"
7+
repository = "https://github.com/cloudflare/workers-rs"
88
license = "MIT OR Apache-2.0"
99

1010
[package.metadata.release]

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ url = "2.4.0"
3434
serde-wasm-bindgen = "0.6.1"
3535
serde_urlencoded = "0.7"
3636
wasm-streams = "0.4"
37-
worker-kv = { path = "../worker-kv", version = "0.7.0" }
37+
worker-kv = { path = "../worker-kv", version = "0.8.0" }
3838
worker-macros = { path = "../worker-macros", version = "0.2.0" }
3939
worker-sys = { path = "../worker-sys", version = "0.2.0" }
4040

0 commit comments

Comments
 (0)