summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-02-20 15:23:57 -0800
committerCarl Lerche <me@carllerche.com>2015-02-20 15:23:57 -0800
commit649fa3558dbc0fac5e865f9c97d323951b8ee1c6 (patch)
tree12ab239cc49bfc15a88e52380c5a44ba1123ab60
parent6637e4dc70e46feedc6e31366a0441a345c8721d (diff)
downloadnix-649fa3558dbc0fac5e865f9c97d323951b8ee1c6.zip
Bump version to v0.2.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0884093a..cca00d1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to Posix APIs"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"