Skip to content

Commit 9c9d7e7

Browse files
committed
fix again
1 parent cee69f6 commit 9c9d7e7

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = {version = "0.10", features = ["std"]}
15+
chumsky = {version = "0.10",default-features = false, features = ["std"]}
1616

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

0 commit comments

Comments
 (0)