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 a270e4f commit 1402987Copy full SHA for 1402987
jaq/Cargo.toml
@@ -20,6 +20,6 @@ jaq-all = { workspace = true }
20
dirs = { version = "6.0" }
21
env_logger = { version = "0.10.0", default-features = false }
22
log = { version = "0.4.17" }
23
-mimalloc = { version = "0.1.29", default-features = false, optional = true }
+mimalloc = { version = "0.1.29", features = ["v3"], default-features = false, optional = true }
24
rustyline = { version = "13.0.0", default-features = false, features = ["with-file-history"] }
25
tempfile = "3.3.0"
0 commit comments