diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-12-07 18:19:46 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-07 18:19:46 -0800 |
commit | 25e10a82565d81b5243304c835d868a12b179557 (patch) | |
tree | 0c9324479375268f1a26008e023a333779e9d02b | |
parent | 6e4e8251b1b3b6903ac91a3ff45807de6410c173 (diff) | |
download | milf-rs-25e10a82565d81b5243304c835d868a12b179557.tar.gz milf-rs-25e10a82565d81b5243304c835d868a12b179557.zip |
Bump version number
Closes #35
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "toml" -version = "0.1.3" +version = "0.1.4" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" readme = "README.md" |