Skip to content

Commit

Permalink
Update libc to 0.2.154
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Apr 30, 2024
1 parent a743116 commit c0e34d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2155,8 +2155,7 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
source = "git+https://github.com/ferrocene/upstream-libc.git?branch=ja-gh3608#fb31f88886a272e6e5b18ea00f2784edf5f94147"
dependencies = [
"rustc-std-workspace-core",
]
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +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/ferrocene/upstream-libc.git", branch = "ja-gh3608" }

0 comments on commit c0e34d5

Please sign in to comment.