summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-02-20 16:36:18 -0800
committerCarl Lerche <me@carllerche.com>2015-02-20 16:36:18 -0800
commit78f9bef3c3982ee5e00dfcda28c7d9f038f25f03 (patch)
tree33897dddf3a428ab263ec7b11e26a8c12097d667 /Cargo.toml
parent545795ae3bdb47e9d62594d3f06e7ec77f4b01eb (diff)
downloadnix-78f9bef3c3982ee5e00dfcda28c7d9f038f25f03.zip
Bump version to v0.2.3
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 cca00d1c..2b6fed8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to Posix APIs"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"