From 869ec5fc06e915aef8d402e61c106c69e06dfa8a Mon Sep 17 00:00:00 2001 From: Tpt Date: Thu, 5 Jan 2023 21:42:07 +0100 Subject: [PATCH] Add back oxrocksdb-sys to the main workspace Having it separated was failing fuzz tests for some unknown reason This reverts commit d97eb9eb31e512d40a39ba81df1ff1e60ae7fdb7. This reverts commit 4927b3148e3d26b1ab26bdbdf3d4080d6bbb5e56. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c9b3b24..13724ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,11 +7,11 @@ members = [ "lib/spargebra", "lib/sparesults", "lib/sparql-smith", + "oxrocksdb-sys", "python", "server", "testsuite" ] -exclude = ["oxrocksdb-sys"] [profile.release] lto = true