Skip to content

Commit 3f1ec8e

Browse files
committed
bump version number
Signed-off-by: Nick Cameron <nrc@ncameron.org>
1 parent 576e25b commit 3f1ec8e

File tree

6 files changed

+156
-156
lines changed

6 files changed

+156
-156
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tikv-client"
3-
version = "0.0.99"
3+
version = "0.1.0"
44
keywords = ["TiKV", "KV", "distributed-systems"]
55
license = "Apache-2.0"
66
authors = ["The TiKV Project Authors"]
@@ -34,10 +34,10 @@ serde_derive = "1.0"
3434
thiserror = "1"
3535
tokio = { version = "1.0", features = [ "sync", "time" ] }
3636

37-
tikv-client-common = { version = "0.0.99", path = "tikv-client-common" }
38-
tikv-client-pd = { version = "0.0.99", path = "tikv-client-pd" }
39-
tikv-client-proto = { version = "0.0.99", path = "tikv-client-proto" }
40-
tikv-client-store = { version = "0.0.99", path = "tikv-client-store" }
37+
tikv-client-common = { version = "0.1.0", path = "tikv-client-common" }
38+
tikv-client-pd = { version = "0.1.0", path = "tikv-client-pd" }
39+
tikv-client-proto = { version = "0.1.0", path = "tikv-client-proto" }
40+
tikv-client-store = { version = "0.1.0", path = "tikv-client-store" }
4141

4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)