From 903915166ff1ab938931a7b23da7d71d2a6ae2c6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 26 Jan 2023 23:35:38 -0800 Subject: [PATCH] Release 0.1.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ```