Skip to content

Commit 01bc772

Browse files
urisingerKeavon
authored andcommitted
fix again
1 parent 1e30f44 commit 01bc772

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

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

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

0 commit comments

Comments
 (0)