summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNoah Gold <0xngold@users.noreply.github.com>2020-02-20 09:57:44 -0800
committerNoah Gold <0xngold@users.noreply.github.com>2020-02-20 10:02:14 -0800
commite4494e49d728a1bf50774ce71c4a8cd1353cb975 (patch)
tree780ff5e46dbeb4a92305210f4984a8dd76eb6ad1 /Cargo.toml
parentb3bbf1acd4a0dddc6bf5a050537625502be34411 (diff)
downloadrust-libc-e4494e49d728a1bf50774ce71c4a8cd1353cb975.tar.gz
Bump to 0.2.67.
Includes bindings for the libc function gmtime_s.
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 c701f41f2a..0ae6c94304 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.66"
+version = "0.2.67"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"