Skip to content

Commit

Permalink
bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Jun 29, 2020
1 parent 5756429 commit b45cfa4
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
@@ -1,6 +1,6 @@
[package]
name = "edn-rs"
version = "0.5.2"
version = "0.5.3"
authors = ["Julia Naomi <jnboeira@outlook.com>"]
description = "Crate to parse and emit EDN"
documentation = "https://docs.rs/edn-rs/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Crate to parse and emit EDN [![Build Status](https://travis-ci.org/naomijub/edn-
`Cargo.toml`
```toml
[dependencies]
edn-rs = "0.5.2"
edn-rs = "0.5.3"
```

**Parse an EDN** into a `Edn` with `edn!` macro:
Expand Down

0 comments on commit b45cfa4

Please sign in to comment.