Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Revert lalrpop upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Apr 26, 2023
1 parent a4011c8 commit 5ffa8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = ["dep:serde", "rustpython-compiler-core/serde"]

[build-dependencies]
anyhow = { workspace = true }
lalrpop = { version = "0.19.10", optional = true }
lalrpop = { version = "0.19.9", optional = true }
phf_codegen = "0.11.1"
tiny-keccak = { version = "2", features = ["sha3"] }

Expand All @@ -31,7 +31,7 @@ unicode_names2 = { workspace = true }

unic-emoji-char = "0.9.0"
unic-ucd-ident = "0.9.0"
lalrpop-util = "0.19.10"
lalrpop-util = "0.19.9"
phf = "0.11.1"
rustc-hash = "1.1.0"
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 5ffa8a1

Please sign in to comment.