diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-05-11 07:34:08 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-05-11 07:34:08 -0700 |
commit | a5bec3fc29be82f68188d8cbdf6d5fa5971aa063 (patch) | |
tree | 4229b5ef732875f72feea5da7ea194bbbeb9ac30 | |
parent | 998eec3e00163df3c85c634c31aa5e88fdbcc0b4 (diff) | |
download | milf-rs-a5bec3fc29be82f68188d8cbdf6d5fa5971aa063.tar.gz milf-rs-a5bec3fc29be82f68188d8cbdf6d5fa5971aa063.zip |
Bump to 0.4.1
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.4.0" +version = "0.4.1" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" readme = "README.md" |