Skip to content

Commit

Permalink
remove feature "benchmark" given that it depends on the "fungible" AB…
Browse files Browse the repository at this point in the history
…I which doesn't have a crate"
  • Loading branch information
ma2bd committed Feb 20, 2024
1 parent a1220a0 commit 457c43a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linera-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 457c43a

Please sign in to comment.