From 900491d2ea63ab6bb8b3da6622ce56520003ff74 Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Tue, 6 Aug 2024 10:52:45 +0800 Subject: [PATCH] Chore: exclude rt-monoio from workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac239b187..8b216789a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,6 @@ members = [ "stores/memstore", "stores/rocksstore", "stores/sledstore", - "rt-monoio", ] exclude = [ "cluster_benchmark", @@ -65,4 +64,5 @@ exclude = [ "examples/raft-kv-memstore-network-v2", "examples/raft-kv-memstore-opendal-snapshot-data", "examples/raft-kv-rocksdb", + "rt-monoio" ]