From 57f0cbe30c8c261c78e37818818a82edaa5829f6 Mon Sep 17 00:00:00 2001 From: Genaro Camele Date: Wed, 22 Jun 2022 10:55:33 -0300 Subject: [PATCH] Updated version to 0.5.1 + Includes fixes from #10 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 03d6866..56d4352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["parse", "dump", "serialize", "deserialize", "stringify"] license = "MIT" name = "gura" repository = "https://github.com/gura-conf/gura-rs-parser" -version = "0.5.0" +version = "0.5.1" [dependencies] float-pretty-print = "0.1.0" diff --git a/README.md b/README.md index b0f03b9..71f9019 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the dependency to your `Cargo.toml`: ```toml [dependencies] -gura = "0.5.0" +gura = "0.5.1" ```