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" }