mirror of https://github.com/tikv/client-rust.git
default to prost
Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
parent
cd4984432a
commit
7c0af13a7f
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue