Skip to content

Commit 1e30f44

Browse files
urisingerKeavon
authored andcommitted
remove stacker freature from math-parser
1 parent c6f0fcb commit 1e30f44

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

libraries/math-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
thiserror = "2.0"
1212
lazy_static = "1.5"
1313
num-complex = "0.4"
14-
chumsky = "0.10"
14+
chumsky = { version = "0.10", features = ["std"] }
1515

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

libraries/math-parser/src/grammer.pest

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

0 commit comments

Comments
 (0)