Skip to content

Commit

Permalink
release: 0.6.5
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Feb 4, 2023
1 parent b7a2f5b commit a71e841
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 @@ -2,7 +2,7 @@
name = "ara_parser"
description = "A fault-tolerant, recursive-descent parser for Ara Programming Language 馃尣"
repository = "https://github.com/ara-lang/ara"
version = "0.6.4"
version = "0.6.5"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add `ara_parser` to your `Cargo.toml`, and you're good to go!

```toml
[dependencies]
ara_parser = "0.6.4"
ara_parser = "0.6.5"
```

## Example
Expand Down

0 comments on commit a71e841

Please sign in to comment.