Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWhite2357 authored and iajoiner committed Jul 8, 2024
1 parent 815ebb4 commit a28d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ clap = { workspace = true, features = ["derive"] }
criterion = { workspace = true, features = ["html_reports"] }
opentelemetry = { workspace = true }
opentelemetry-jaeger = { workspace = true }
polars = { workspace = true, features = ["lazy"] }
polars = { workspace = true, features = ["lazy", "dtype-decimal"] }
rand = { workspace = true }
rand_core = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit a28d613

Please sign in to comment.