Skip to content

Commit

Permalink
Merge #83
Browse files Browse the repository at this point in the history
83: Automated pull from `rust-lang/libc` r=Dajamante a=github-actions[bot]

This PR pulls the following changes from the [`rust-lang/libc`](https://github.com/rust-lang/libc) repository:

* rust-lang/libc#3424


Co-authored-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: bors <bors@rust-lang.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Nov 6, 2023
2 parents 2650a98 + a3dc544 commit 6f5b979
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Expand Up @@ -2837,7 +2837,7 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"

[[package]]
name = "libc"
version = "0.2.149"
version = "0.2.150"
dependencies = [
"rustc-std-workspace-core",
]
Expand Down
2 changes: 1 addition & 1 deletion ferrocene/library/libc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
version = "0.2.149"
version = "0.2.150"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions ferrocene/library/libc/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
version = "0.2.149"
version = "0.2.150"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"
Expand All @@ -12,7 +12,7 @@ A test crate for the libc crate.

[dependencies.libc]
path = ".."
version = "0.2.149"
version = "0.2.150"
default-features = false

[build-dependencies]
Expand Down

0 comments on commit 6f5b979

Please sign in to comment.