summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-03-25 11:24:15 -0700
committerCarl Lerche <me@carllerche.com>2015-03-25 11:24:15 -0700
commit0a0a45e723d06c51e1917b8fb98a467042be12aa (patch)
tree54d5eec74fd158a67633b91b01524f29aaaef30d /Cargo.toml
parent0d5ea0b16dae98c13600d54889d065c2201fd3b6 (diff)
downloadnix-0a0a45e723d06c51e1917b8fb98a467042be12aa.zip
Bump version to 0.3.1
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 387b807c..1a5ed7ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"