diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ [package] name = "toml" -version = "0.1.1" +version = "0.1.2" authors = ["Alex Crichton <alex@alexcrichton.com>"] -license = "MIT/APL2" +license = "MIT/Apache-2.0" readme = "README.md" keywords = ["encoding"] repository = "https://github.com/alexcrichton/toml-rs" |