Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 18, 2023
1 parent c4a3460 commit a7f5e24
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,9 +12,9 @@ target-dir = "Target"
[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
crossbeam = "0.8.2"
prql-compiler = "0.10.0"
prql-compiler = "0.10.1"
rayon = "1.8.0"
rusqlite = { version = "0.29.0", features = ["bundled"] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"

Expand Down

0 comments on commit a7f5e24

Please sign in to comment.