We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f182510 commit cee69f6Copy full SHA for cee69f6
2 files changed
libraries/math-parser/Cargo.toml
@@ -12,7 +12,7 @@ thiserror = "2.0"
12
lazy_static = "1.5"
13
num-complex = "0.4"
14
log = { workspace = true }
15
-chumsky = "0.10"
+chumsky = {version = "0.10", features = ["std"]}
16
17
[dev-dependencies]
18
criterion = "0.5"
libraries/math-parser/src/grammer.pest
0 commit comments