diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-06-22 06:55:45 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-06-22 06:55:45 -0700 |
commit | 5b7a61973687e5a6627e8657a3e4e76f886f02f9 (patch) | |
tree | ddcd69ccf74ac828bc9059f03cbe56aa7d7e214b | |
parent | 708468ece748e2aebefb80ac026100c7ed6f556f (diff) | |
download | milf-rs-5b7a61973687e5a6627e8657a3e4e76f886f02f9.tar.gz milf-rs-5b7a61973687e5a6627e8657a3e4e76f886f02f9.zip |
Bump to 0.4.2
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.4.1" +version = "0.4.2" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" readme = "README.md" |