Skip to content

Commit cee69f6

Browse files
committed
remove stacker freature from math-parser
1 parent f182510 commit cee69f6

2 files changed

Lines changed: 1 addition & 63 deletions

File tree

libraries/math-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ thiserror = "2.0"
1212
lazy_static = "1.5"
1313
num-complex = "0.4"
1414
log = { workspace = true }
15-
chumsky = "0.10"
15+
chumsky = {version = "0.10", features = ["std"]}
1616

1717
[dev-dependencies]
1818
criterion = "0.5"

libraries/math-parser/src/grammer.pest

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)