Skip to content

Commit 8238a1a

Browse files
author
Igor Zinkovsky
authored
0.6.0 (#42)
1 parent 79c0216 commit 8238a1a

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ authors = ["the Deno authors"]
99
edition = "2021"
1010

1111
[workspace.dependencies]
12-
denokv_proto = { version = "0.5.0", path = "./proto" }
13-
denokv_sqlite = { version = "0.5.0", path = "./sqlite" }
14-
denokv_remote = { version = "0.5.0", path = "./remote" }
15-
denokv_timemachine = { version = "0.5.0", path = "./timemachine" }
12+
denokv_proto = { version = "0.6.0", path = "./proto" }
13+
denokv_sqlite = { version = "0.6.0", path = "./sqlite" }
14+
denokv_remote = { version = "0.6.0", path = "./remote" }
15+
denokv_timemachine = { version = "0.6.0", path = "./timemachine" }
1616

1717
anyhow = "1"
1818
async-stream = "0.3"

denokv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "denokv"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "A self-hosted backend for Deno KV"
55
edition.workspace = true
66
license.workspace = true

proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "denokv_proto"
33
description = "Fundamental types, traits, and protobuf models for denokv"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true

remote/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "denokv_remote"
33
description = "Remote (KV Connect) backend for Deno KV"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true

sqlite/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "denokv_sqlite"
33
description = "SQLite storage backend for Deno KV"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true

timemachine/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "denokv_timemachine"
33
description = "Point-in-time recovery tool for Deno KV"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)