Browse Source

Merge pull request #54 from Meziu/tweak/upstream-libc

Update libc to 0.2.121 (upstream)
pull/55/head
Meziu 3 years ago committed by GitHub
parent
commit
2e80f8b2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Cargo.toml
  2. 2
      ctru-rs/Cargo.toml
  3. 2
      ctru-sys/Cargo.toml

5
Cargo.toml

@ -1,9 +1,8 @@ @@ -1,9 +1,8 @@
[workspace]
members = ["ctru-rs", "ctru-sys"]
[patch.crates-io]
# We have some changes not in the upstream
libc = { git = "https://github.com/Meziu/libc.git" }
[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

2
ctru-rs/Cargo.toml

@ -16,7 +16,7 @@ ctru-sys = { path = "../ctru-sys", version = "0.4" } @@ -16,7 +16,7 @@ ctru-sys = { path = "../ctru-sys", version = "0.4" }
const-zero = "0.1.0"
linker-fix-3ds = { git = "https://github.com/Meziu/rust-linker-fix-3ds.git" }
pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" }
libc = "0.2.116"
libc = "0.2.121"
bitflags = "1.0.0"
widestring = "0.2.2"
once_cell = "1.10.0"

2
ctru-sys/Cargo.toml

@ -7,4 +7,4 @@ links = "ctru" @@ -7,4 +7,4 @@ links = "ctru"
edition = "2021"
[dependencies]
libc = { version = "0.2.116", default-features = false }
libc = { version = "0.2.121", default-features = false }

Loading…
Cancel
Save