Skip to content

Commit

Permalink
Make table_formatter dependent on the bench feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkov-so committed Feb 5, 2025
1 parent 99938a3 commit 654422d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/aranya-policy-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ std = [
"thiserror/std",
]

bench = ["std"]
bench = ["dep:table_formatter", "std"]

[dependencies]
aranya-crypto = { version = "0.2.1", path = "../aranya-crypto", default-features = false }
Expand All @@ -38,8 +38,8 @@ buggy = { version = "0.1.0", features = ["alloc"] }

heapless = { workspace = true }
postcard = { workspace = true, features = ["alloc"] }
table_formatter = { version = "0.6.1", optional = true }
thiserror = { workspace = true }
table_formatter = { version = "0.6.1" }

[dev-dependencies]
aranya-crypto = { path = "../aranya-crypto", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 654422d

Please sign in to comment.