Skip to content

Commit

Permalink
Revert "remove feature "benchmark" given that it depends on the "fung…
Browse files Browse the repository at this point in the history
…ible" ABI which doesn't have a crate""

This reverts commit a376fff.
  • Loading branch information
ma2bd committed Feb 6, 2024
1 parent a376fff commit 1859df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linera-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ edition = "2021"
[features]
default = ["wasmer", "rocksdb"]
test = ["linera-views/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 @@ -47,6 +48,7 @@ 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 1859df0

Please sign in to comment.