Skip to content

Commit cd498a2

Browse files
committed
Bump libc version to 2.157
1 parent f8e3290 commit cd498a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.151"
3+
version = "0.2.157"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.151"
3+
version = "0.2.157"
44
edition = "2018"
55
authors = ["The Rust Project Developers"]
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ A test crate for the libc crate.
1313

1414
[dependencies.libc]
1515
path = ".."
16-
version = "0.2.151"
16+
version = "0.2.157"
1717
default-features = false
1818

1919
[build-dependencies]

0 commit comments

Comments
 (0)