We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd49844 commit 7c0af13Copy full SHA for 7c0af13
Cargo.toml
@@ -9,7 +9,7 @@ description = "The Rust language implementation of TiKV client."
9
edition = "2018"
10
11
[features]
12
-default = [ "protobuf-codec", "prometheus/process" ]
+default = [ "prost-codec", "prometheus/process" ]
13
# Enable integration tests with a running TiKV and PD instance.
14
# Use $PD_ADDRS, comma separated, to set the addresses the tests use.
15
integration-tests = []
0 commit comments