diff --git a/Cargo.lock b/Cargo.lock index 13d272d..d048ff9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4674,7 +4674,7 @@ dependencies = [ [[package]] name = "tikv-importer" -version = "5.1.2" +version = "5.1.3" dependencies = [ "async-channel", "clap", diff --git a/Cargo.toml b/Cargo.toml index f440922..d6279dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tikv-importer" -version = "5.1.2" +version = "5.1.3" authors = ["The TiKV Authors"] description = "Tool to help ingesting large number of KV pairs into TiKV cluster" license = "Apache-2.0"