Skip to content

Commit

Permalink
Use existing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Apr 30, 2024
1 parent d6a15a7 commit 58b6705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2154,8 +2154,8 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"

[[package]]
name = "libc"
version = "0.2.154"
source = "git+https://github.com/madsmtm/libc.git?rev=4f89324b7f442afce6a1f6ffd9b3695e83de2c50#4f89324b7f442afce6a1f6ffd9b3695e83de2c50"
version = "0.2.153"
source = "git+https://github.com/ferrocene/upstream-libc.git?branch=ja-gh3608#fb31f88886a272e6e5b18ea00f2784edf5f94147"
dependencies = [
"rustc-std-workspace-core",
]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ strip = true
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
libc = { git = "https://github.com/madsmtm/libc.git", rev = "4f89324b7f442afce6a1f6ffd9b3695e83de2c50" }
libc = { git = "https://github.com/ferrocene/upstream-libc.git", branch = "ja-gh3608" }

0 comments on commit 58b6705

Please sign in to comment.