From 736cf33c015a9dd5fa34c18263a7d94736ca52f5 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 2 Feb 2022 07:48:39 +0100 Subject: [PATCH] Use Meziu/libc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76e70da..b38445a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" [dependencies] ctru-sys = { git = "https://github.com/Meziu/ctru-rs.git" } -libc = "0.2.116" +libc = { git = "https://github.com/Meziu/libc.git" }