From d97eb9eb31e512d40a39ba81df1ff1e60ae7fdb7 Mon Sep 17 00:00:00 2001 From: Tpt Date: Thu, 5 Jan 2023 19:11:29 +0100 Subject: [PATCH] Properly exclude oxrocksdb-sys from the main workspace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bbf2db44..5c9b3b24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ members = [ "server", "testsuite" ] +exclude = ["oxrocksdb-sys"] [profile.release] lto = true