From 683247faf76a57ed4bce425531b31ba4ab61d5ec Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Thu, 30 Jun 2022 21:22:44 -0400 Subject: [PATCH] Remove unused libc patch All of our libc changes have landed so there should be no need to rely on the fork anymore. --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39988bd..a32362d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,6 @@ [workspace] members = ["ctru-rs", "ctru-sys"] -[patch.'https://github.com/Meziu/libc'] -libc = "0.2.121" - [patch.'https://github.com/Meziu/ctru-rs'] # Make sure all dependencies use the local ctru-sys package -ctru-sys = { path = "ctru-sys" } \ No newline at end of file +ctru-sys = { path = "ctru-sys" }