From c8b601dc78001ee59335980a03a6bcb63f140ef7 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