From a783a4d17c92b91f39358a800b48b5f44827acd6 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 18 Feb 2025 20:08:17 +0200 Subject: [PATCH] extensions/time: Fix mimalloc version --- extensions/time/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/time/Cargo.toml b/extensions/time/Cargo.toml index e843f947b..efc24d610 100644 --- a/extensions/time/Cargo.toml +++ b/extensions/time/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "lib"] static = ["limbo_ext/static"] [target.'cfg(not(target_family = "wasm"))'.dependencies] -mimalloc = { version = "*", default-features = false } +mimalloc = { version = "0.1", default-features = false } [dependencies] chrono = "0.4.39"