summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-03-25 09:45:03 -0700
committerCarl Lerche <me@carllerche.com>2015-03-25 09:45:03 -0700
commitcc7b3c46997c7ee495a7877815ea098853fbcc17 (patch)
treea912226f3a7291eb0128a464f7f6e71a6818d620
parent5a3d3c4cf872f9ed05abfa21b65f3c16cebe7a0c (diff)
downloadnix-cc7b3c46997c7ee495a7877815ea098853fbcc17.zip
Bump version to 0.3.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49d3f740..387b807c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.2.3"
+version = "0.3.0"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"