From 7549ac173539cf8a92f5ba59a97cbec2ee9fcfec Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Tue, 26 Nov 2024 09:17:10 +0100 Subject: [PATCH] hold libc for now --- Cargo.toml | 1 + linalg/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 61a6eb4e3f..fdcc5ab440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,6 +147,7 @@ image = "0.24.1" itertools = "0.12.1" home = "0.5.5" lazy_static = "1.5.0" +libc = "=0.2.164" liquid = "0.26" liquid-core = "0.26" log = "0.4.14" diff --git a/linalg/Cargo.toml b/linalg/Cargo.toml index 63dbaae691..b139ebfb2a 100644 --- a/linalg/Cargo.toml +++ b/linalg/Cargo.toml @@ -39,6 +39,7 @@ walkdir.workspace = true [dev-dependencies] env_logger.workspace = true +libc.workspace = true nu-ansi-term.workspace = true core_affinity.workspace = true