Skip to content

Commit

Permalink
Merge pull request #3314 from chenx97/release-148
Browse files Browse the repository at this point in the history
update libc-test and its libc dependency to 0.2.148
  • Loading branch information
joshtriplett committed Sep 14, 2023
2 parents f23ce9e + 6491ffd commit 7a012b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
version = "0.2.147"
version = "0.2.148"
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.147"
version = "0.2.148"
default-features = false

[build-dependencies]
Expand Down

0 comments on commit 7a012b6

Please sign in to comment.