From 8ac09b73bf42159ecf3818fd3a279260c0350d30 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 18 Feb 2025 20:08:30 +0200 Subject: [PATCH] extensions/uuid: Fix mimalloc version --- extensions/uuid/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/uuid/Cargo.toml b/extensions/uuid/Cargo.toml index b95d16b2a..ce3f74e4c 100644 --- a/extensions/uuid/Cargo.toml +++ b/extensions/uuid/Cargo.toml @@ -18,4 +18,4 @@ limbo_ext = { workspace = true, features = ["static"] } uuid = { version = "1.11.0", features = ["v4", "v7"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] -mimalloc = { version = "*", default-features = false } +mimalloc = { version = "0.1", default-features = false }