From 158a5292812e2959a233e3ad932d287cc1559fbb Mon Sep 17 00:00:00 2001 From: LeslieKid <3530611790@qq.com> Date: Wed, 25 Sep 2024 16:12:28 +0800 Subject: [PATCH] fix style. --- Cargo.toml | 1 - src/wal/Cargo.toml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce25a9f094..556ee442f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,6 @@ thiserror = "1" bytes_ext = { path = "src/components/bytes_ext" } catalog = { path = "src/catalog" } catalog_impls = { path = "src/catalog_impls" } -# TODO(leslie): modify it when the related pr in incubator-horaedb-proto is merged. horaedbproto = { git = "https://github.com/LeslieKid/incubator-horaedb-proto.git", rev = "84f72744efc6e5f2e3a3ad8bbb24b807e383c492" } codec = { path = "src/components/codec" } chrono = "0.4" diff --git a/src/wal/Cargo.toml b/src/wal/Cargo.toml index 30a5b00461..f691746d88 100644 --- a/src/wal/Cargo.toml +++ b/src/wal/Cargo.toml @@ -27,15 +27,15 @@ workspace = true [package.authors] workspace = true -[package.edition] -workspace = true - [dependencies.rocksdb] git = "https://github.com/tikv/rust-rocksdb.git" rev = "f04f4dd8eacc30e67c24bc2529a6d9c6edb85f8f" features = ["portable"] optional = true +[package.edition] +workspace = true + [features] wal-message-queue = ["dep:message_queue"] wal-table-kv = ["dep:table_kv"]