summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-01-20 16:38:10 +0400
committerGitHub <noreply@github.com>2023-01-20 16:38:10 +0400
commitea1d345147759a4e2822c4145a87485f10d56a69 (patch)
tree5e152f2cd776babea7ad9a6c87b84d8012a39ea4 /Cargo.toml
parent98420c50a81fccab924f646b1f8dd1e55988a4a5 (diff)
Draft: New cross building for docker images (#37)
* Add .circleci/config.yml * base * base * add architectures and cross build * fix clippy warnings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cee8217..2c746fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,6 @@ tracing-futures = "0.2"
tracing-opentelemetry = "0.18"
opentelemetry = { version = "0.18", features = ["rt-tokio"] }
opentelemetry-http = "0.7"
-tikv-jemallocator = "0.5"
criterion = { version = "0.4", features = ["async_tokio"] }
tokio-test = "0.4.2"