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

Commit 5ffa8a1

Browse files
committed
Revert lalrpop upgrade
1 parent a4011c8 commit 5ffa8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/parser/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = ["dep:serde", "rustpython-compiler-core/serde"]
1414

1515
[build-dependencies]
1616
anyhow = { workspace = true }
17-
lalrpop = { version = "0.19.10", optional = true }
17+
lalrpop = { version = "0.19.9", optional = true }
1818
phf_codegen = "0.11.1"
1919
tiny-keccak = { version = "2", features = ["sha3"] }
2020

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

3232
unic-emoji-char = "0.9.0"
3333
unic-ucd-ident = "0.9.0"
34-
lalrpop-util = "0.19.10"
34+
lalrpop-util = "0.19.9"
3535
phf = "0.11.1"
3636
rustc-hash = "1.1.0"
3737
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)