Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 26, 2023
1 parent 9bd0938 commit 921aa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ target-dir = "Target"
[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
crossbeam = "0.8.2"
prql-compiler = "0.9.5"
prql-compiler = "0.10.0"
rayon = "1.8.0"
rusqlite = { version = "0.29.0", features = ["bundled"] }
serde = { version = "1.0.189", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"

[lib]
Expand Down

0 comments on commit 921aa78

Please sign in to comment.