From 423ffd4bb04c82ac2eac7db940234544595579d8 Mon Sep 17 00:00:00 2001 From: rascul Date: Wed, 14 Jan 2026 23:11:53 -0600 Subject: [PATCH] use 0.2 for libc crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98824f4..dd55f7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] -libc = "0.2.180" +libc = "0.2"