Skip to content

Commit 99f8241

Browse files
authored
chore: bump denokv_proto (#13)
1 parent 4ba28b8 commit 99f8241

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
@@ -9,7 +9,7 @@ authors = ["the Deno authors"]
99
edition = "2021"
1010

1111
[workspace.dependencies]
12-
denokv_proto = { version = "0.2.0", path = "./proto" }
12+
denokv_proto = { version = "0.2.1", path = "./proto" }
1313

1414
anyhow = "1"
1515
async-trait = "0.1"

proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
4+
version = "0.2.1"
55
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)