summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-09-30 21:28:29 -0700
committerCarl Lerche <me@carllerche.com>2015-09-30 21:28:29 -0700
commit0529fb8e324157bb02908eac5cfd9d0fa99c130f (patch)
treea4925024f1dd2c1d06d7520057b562b9092664ba
parentbdaee6bd8ac4eb7ed0906233e0f073cabbf0dd3f (diff)
downloadnix-0529fb8e324157bb02908eac5cfd9d0fa99c130f.zip
Bump version to v0.4.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8a5422fb..75f67c72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"