diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-09-08 14:48:30 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-09-08 14:48:30 -0700 |
| commit | a626c36166e8248bc891f88222ee287bf8d86a79 (patch) | |
| tree | 0ae36acacf79d508f1c337036df4a75a921f3d67 | |
| parent | c0a0d0d7900fccfc12b52340e88167892c239141 (diff) | |
| download | milf-rs-a626c36166e8248bc891f88222ee287bf8d86a79.tar.gz milf-rs-a626c36166e8248bc891f88222ee287bf8d86a79.zip | |
Bump to 0.2.1
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "toml" -version = "0.2.0" +version = "0.2.1" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" readme = "README.md" |