Skip to content

Commit

Permalink
Adds the COLL_* functions (COLL_AVG, COLL_COUNT, COLL_MAX, COLL_MIN, …
Browse files Browse the repository at this point in the history
…COLL_SUM)
  • Loading branch information
alancai98 committed May 18, 2023
1 parent b2479d8 commit b1d164f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partiql-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bench = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
lalrpop = "0.19.8"
lalrpop = "0.19.12"

[dependencies]
partiql-ast = { path = "../partiql-ast", version = "0.3.*" }
Expand All @@ -35,7 +35,7 @@ num-bigint = "~0.4.0"
bigdecimal = "~0.2.0"
rust_decimal = { version = "1.25.0", default-features = false, features = ["std"] }

lalrpop-util = "0.19.8"
lalrpop-util = "0.19.12"
logos = "~0.12.0"

itertools = "~0.10.3"
Expand Down

0 comments on commit b1d164f

Please sign in to comment.