Browse Source

Remove unused libc patch

All of our libc changes have landed so there should be no need to rely
on the fork anymore.
pull/62/head
Ian Chamberlain 3 years ago
parent
commit
683247faf7
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 3
      Cargo.toml

3
Cargo.toml

@ -1,9 +1,6 @@
[workspace] [workspace]
members = ["ctru-rs", "ctru-sys"] members = ["ctru-rs", "ctru-sys"]
[patch.'https://github.com/Meziu/libc']
libc = "0.2.121"
[patch.'https://github.com/Meziu/ctru-rs'] [patch.'https://github.com/Meziu/ctru-rs']
# Make sure all dependencies use the local ctru-sys package # Make sure all dependencies use the local ctru-sys package
ctru-sys = { path = "ctru-sys" } ctru-sys = { path = "ctru-sys" }
Loading…
Cancel
Save