summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-08-06 01:25:19 +0000
committerbors <bors@rust-lang.org>2018-08-06 01:25:19 +0000
commit6bdbf5dc937459bd10e6bc4dc52b0adbd8cf4358 (patch)
treec6f5b8510092e5ddb38e896f060d6ceb1a08d242 /Cargo.toml
parent8318a3ec1c1f13aab21d0a74ac9a7cf618bb2261 (diff)
parentadd1a320b4e1b454794a034e3f4218f877c393fc (diff)
downloadrust-libc-6bdbf5dc937459bd10e6bc4dc52b0adbd8cf4358.tar.gz
Auto merge of #1056 - faern:release, r=alexcrichton0.2.43
Bump version to 0.2.43 Would be nice to have the new align feature from #1044 available for general use. But mostly I want this released since I have problems using the align feature for a PR on libstd, and I suspect it's somehow because I try to use an unpublished libc (https://github.com/rust-lang/rust/pull/52872).
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1ff5da233..a9f0f59603 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.42"
+version = "0.2.43"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"