default to prost

Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
Ping Yu 2022-12-27 22:31:52 +08:00
parent cd4984432a
commit 7c0af13a7f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description = "The Rust language implementation of TiKV client."
edition = "2018"
[features]
default = [ "protobuf-codec", "prometheus/process" ]
default = [ "prost-codec", "prometheus/process" ]
# Enable integration tests with a running TiKV and PD instance.
# Use $PD_ADDRS, comma separated, to set the addresses the tests use.
integration-tests = []