Skip to content

Commit 5c29c27

Browse files
committed
temporary fix of parser build
1 parent 6ae1148 commit 5c29c27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/parser/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ repository = "https://github.com/RustPython/RustPython"
88
license = "MIT"
99
edition = "2021"
1010

11+
[features]
12+
default = ["lalrpop"] # removing this causes potential build failure
13+
1114
[build-dependencies]
1215
anyhow = "1.0.45"
1316
lalrpop = { version = "0.19.8", optional = true }

0 commit comments

Comments
 (0)