From cbfcc25ea9e4c9d16c2a9e47083455f6157dae35 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Wed, 21 Sep 2022 16:49:35 +0900 Subject: [PATCH] temporary fix of parser build --- parser/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 3b5fd3b..b27bb50 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -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 }