summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-02-19 13:36:20 -0800
committerCarl Lerche <me@carllerche.com>2015-02-19 13:36:20 -0800
commit62040df28f8b677f0202bc95af61286adf833776 (patch)
tree8bb3fb95c4766bcd878fbbba0f057c83beabf490
parent0e361c0341f7ab60e21d2fda818e352de53ac510 (diff)
downloadnix-62040df28f8b677f0202bc95af61286adf833776.zip
Bump version to v0.2.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a77bc959..d4f96cfc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to Posix APIs"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"