mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
temporary fix of parser build
This commit is contained in:
@@ -8,6 +8,9 @@ repository = "https://github.com/RustPython/RustPython"
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["lalrpop"] # removing this causes potential build failure
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.45"
|
||||
lalrpop = { version = "0.19.8", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user