diff --git a/Cargo.toml b/Cargo.toml index 682739e..03a398e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "basic-toml" -version = "0.0.0" +version = "0.1.0" authors = ["Alex Crichton ", "David Tolnay "] categories = ["config", "encoding", "parser-implementations"] description = "Minimal TOML library with few dependencies" diff --git a/README.md b/README.md index 99d299d..c76fa40 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ before the `toml_edit` rewrite). ```toml [dependencies] -basic-toml = "0.0" +basic-toml = "0.1" ```