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" ```