File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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> " ]
5
5
edition = " 2018"
6
6
description = " Rust bindings to Cloudflare Worker KV Stores."
7
- repository = " https://github.com/zebp/worker-kv "
7
+ repository = " https://github.com/cloudflare/workers-rs "
8
8
license = " MIT OR Apache-2.0"
9
9
10
10
[package .metadata .release ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ url = "2.4.0"
34
34
serde-wasm-bindgen = " 0.6.1"
35
35
serde_urlencoded = " 0.7"
36
36
wasm-streams = " 0.4"
37
- worker-kv = { path = " ../worker-kv" , version = " 0.7 .0" }
37
+ worker-kv = { path = " ../worker-kv" , version = " 0.8 .0" }
38
38
worker-macros = { path = " ../worker-macros" , version = " 0.2.0" }
39
39
worker-sys = { path = " ../worker-sys" , version = " 0.2.0" }
40
40
You can’t perform that action at this time.
0 commit comments