Skip to content

Commit

Permalink
fix: enable snafu/std for posql_db example
Browse files Browse the repository at this point in the history
  • Loading branch information
lgiussan committed Sep 25, 2024
1 parent 990e2d1 commit ff60a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/proof-of-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ development = ["arrow-csv"]
default = ["arrow", "blitzar"]
arrow = ["dep:arrow"]
test = ["dep:rand"]
std = ["snafu/std"]

[lints]
workspace = true
Expand All @@ -85,7 +86,7 @@ required-features = [ "blitzar", "test" ]

[[example]]
name = "posql_db"
required-features = [ "arrow", "blitzar" ]
required-features = [ "arrow", "blitzar", "std" ]

[[bench]]
name = "posql_benches"
Expand Down

0 comments on commit ff60a28

Please sign in to comment.