summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2014-11-11 13:58:19 -0800
committerCarl Lerche <me@carllerche.com>2014-11-11 13:58:19 -0800
commit5fae021717bd93cf318d39a502e63fff0831a4f6 (patch)
tree36278320a81333f50440595e9a7bec475e5754f9 /Cargo.toml
parent15733ff277909fc7b1b7de2f2fd4162a675babde (diff)
downloadnix-5fae021717bd93cf318d39a502e63fff0831a4f6.zip
Bump version to 0.1.0
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 8fd6cab8..b4c9c0b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
name = "nix"
-version = "0.0.1"
+version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]