Skip to content

Commit 4c0cb81

Browse files
committed
Auto merge of #2863 - joshtriplett:libc-test-version, r=JohnTitor
Bump libc-test version to match libc
2 parents 431591a + d869712 commit 4c0cb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.126"
3+
version = "0.2.127"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
1212

1313
[dependencies.libc]
1414
path = ".."
15-
version = "0.2.126"
15+
version = "0.2.127"
1616
default-features = false
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)