summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-12-09 19:31:20 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-12-09 19:32:01 -0800
commitdfb9579acca3cd974ea4c56e4a12086b51af0eb6 (patch)
tree7bad2101ead638989a2d69077645a41f04848e93 /Cargo.toml
parentbf32336688728686b9d9bb6451192b22f54e52f8 (diff)
downloadrust-libc-dfb9579acca3cd974ea4c56e4a12086b51af0eb6.tar.gz
Fix build on x86_64-unknown-cloudabi, bump version
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 a89376c41d..8d8272e81d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.44"
+version = "0.2.45"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"