Skip to content

Commit

Permalink
Update partiql-tests; revert lalrpop upgrade (will be updated in othe…
Browse files Browse the repository at this point in the history
…r PR)
  • Loading branch information
alancai98 committed May 18, 2023
1 parent fe8c28e commit b2479d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion partiql-conformance-tests/partiql-tests
Submodule partiql-tests updated 0 files
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.12"
lalrpop = "0.19.8"

[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.12"
lalrpop-util = "0.19.8"
logos = "~0.12.0"

itertools = "~0.10.3"
Expand Down

0 comments on commit b2479d8

Please sign in to comment.