diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 4665f0c13ee7f..e80fdc1f5e0d5 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -12,7 +12,7 @@ A test crate for the libc crate. [dependencies.libc] path = ".." -version = "0.2.129" +version = "0.2.130" default-features = false [build-dependencies]