From 457c43a2283e0dfe38145ad4eb7969857b3b7b5a Mon Sep 17 00:00:00 2001 From: Mathieu Baudet <1105398+ma2bd@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:12:32 -0800 Subject: [PATCH] remove feature "benchmark" given that it depends on the "fungible" ABI which doesn't have a crate" --- linera-service/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/linera-service/Cargo.toml b/linera-service/Cargo.toml index 17259ee61c81..e37493f367f1 100644 --- a/linera-service/Cargo.toml +++ b/linera-service/Cargo.toml @@ -13,7 +13,6 @@ edition = "2021" [features] default = ["wasmer", "rocksdb"] test = ["linera-views/test", "linera-execution/test"] -benchmark = ["linera-base/test", "dep:fungible", "dep:port-selector"] wasmer = ["linera-execution/wasmer", "linera-storage/wasmer"] wasmtime = ["linera-execution/wasmtime", "linera-storage/wasmtime"] rocksdb = [ @@ -48,7 +47,6 @@ dirs.workspace = true file-lock = "2.1.10" fs-err.workspace = true fs_extra = { workspace = true, optional = true } -fungible = { workspace = true, optional = true } futures.workspace = true hex.workspace = true http.workspace = true