Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 72385d9

Browse files
committed
fix: publish error
1 parent 1a3df39 commit 72385d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ prettytable-rs = "^0.8"
1919
polars = "0.19.1"
2020
anyhow = "1.0.53"
2121
thiserror = "1.0"
22-
mimalloc = { version = "*", default-features = false }
22+
mimalloc = { version = "0.1", default-features = false }
2323

2424
[dev-dependencies]
2525
simplelog = "0.11.0"

0 commit comments

Comments
 (0)