Skip to content

Commit

Permalink
Updated version to 0.5.1
Browse files Browse the repository at this point in the history
+ Includes fixes from #10
  • Loading branch information
Genarito committed Jun 22, 2022
1 parent ca30ceb commit 57f0cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the dependency to your `Cargo.toml`:

```toml
[dependencies]
gura = "0.5.0"
gura = "0.5.1"
```


Expand Down

0 comments on commit 57f0cbe

Please sign in to comment.