From 06757ed470251e6f95ddff6f9ffeb016e4dae837 Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 29 May 2020 07:04:38 +0200 Subject: [PATCH] Fixes a typo in store benchmark declaration --- lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bb02d4e2..ad3f0777 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -47,8 +47,8 @@ wasm-bindgen-test = "0.3" [[bench]] name = "store" harness = false -required-features = ["seld", "rocksdb"] +required-features = ["sled", "rocksdb"] [[bench]] name = "sparql_query" -harness = false +harness = false \ No newline at end of file