Skip to content

Commit 7c0af13

Browse files
committed
default to prost
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent cd49844 commit 7c0af13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "The Rust language implementation of TiKV client."
99
edition = "2018"
1010

1111
[features]
12-
default = [ "protobuf-codec", "prometheus/process" ]
12+
default = [ "prost-codec", "prometheus/process" ]
1313
# Enable integration tests with a running TiKV and PD instance.
1414
# Use $PD_ADDRS, comma separated, to set the addresses the tests use.
1515
integration-tests = []

0 commit comments

Comments
 (0)