summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorAdam Perry <adamperry@google.com>2022-01-27 00:18:48 +0000
committerAdam Perry <adamperry@google.com>2022-01-27 00:18:48 +0000
commitfffd9cf6100e1a8d19749926aa75c4a1a550fa8b (patch)
treee321ec5531e65023cb55335c94913a67e1f1d014 /libc-test/Cargo.toml
parent3063aa1b45ea81b623af19b3eb9ba9c43619b23c (diff)
downloadrust-libc-fffd9cf6100e1a8d19749926aa75c4a1a550fa8b.tar.gz
Release 0.2.115 to crates.io.
Needed by https://github.com/rust-lang/rust/pull/93351.
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r--libc-test/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 8989ff2903..639dfe6983 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.114"
+version = "0.2.115"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
[dependencies.libc]
path = ".."
-version = "0.2.114"
+version = "0.2.115"
default-features = false
[build-dependencies]