Skip to content

Commit

Permalink
fixup! post node split-up fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 20, 2024
1 parent e79df44 commit 893c8d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions crates/apps_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mainnet = [
]
# for integration tests and test utilities
testing = ["namada_test_utils", "lazy_static"]
benches = ["namada_test_utils", "lazy_static"]
integration = []
migrations = [
"namada_migrations",
Expand Down
1 change: 0 additions & 1 deletion crates/benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namada-eth-bridge = [
namada = { path = "../namada", features = ["rand", "benches"] }
namada_apps_lib = { path = "../apps_lib" }
namada_node = { path = "../node", features = ["benches"] }
# namada_node = { path = "../apps_lib", features = ["benches"] }
masp_primitives.workspace = true
borsh.workspace = true
borsh-ext.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ testing = [
"lazy_static",
]
benches = [
"namada_apps_lib/testing",
"namada_apps_lib/benches",
"namada_test_utils",
"tracing-subscriber",
"rand_core"
Expand Down

0 comments on commit 893c8d6

Please sign in to comment.