mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-31 23:57:57 +00:00
temporary fix of parser build
This commit is contained in:
parent
2bef1f02d2
commit
cbfcc25ea9
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ repository = "https://github.com/RustPython/RustPython"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["lalrpop"] # removing this causes potential build failure
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
anyhow = "1.0.45"
|
anyhow = "1.0.45"
|
||||||
lalrpop = { version = "0.19.8", optional = true }
|
lalrpop = { version = "0.19.8", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue