diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-01-20 16:38:10 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-20 16:38:10 +0400 |
| commit | ea1d345147759a4e2822c4145a87485f10d56a69 (patch) | |
| tree | 5e152f2cd776babea7ad9a6c87b84d8012a39ea4 /Cargo.toml | |
| parent | 98420c50a81fccab924f646b1f8dd1e55988a4a5 (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.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"
|
