From c321521780fd68ed5b9f285ee8559e6aeb3b90b9 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 10 Jan 2024 16:55:28 +0800 Subject: [PATCH] Format Signed-off-by: Xuanwo --- core/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index ebb6789a0b19..5fbe2a7369ba 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -329,7 +329,6 @@ suppaftp = { version = "5.2", default-features = false, features = [ # for services-tikv tikv-client = { version = "0.3.0", optional = true, default-features = false } - # Layers # for layers-async-backtrace async-backtrace = { version = "0.2.6", optional = true } @@ -352,12 +351,6 @@ prometheus-client = { version = "0.22.0", optional = true } # for layers-tracing tracing = { version = "0.1", optional = true } - - - - - - [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2", features = ["js"] }