Skip to content

Commit d1398da

Browse files
committed
release: 0.6.6
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent 77ff9c5 commit d1398da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ara_parser"
33
description = "A fault-tolerant, recursive-descent parser for Ara Programming Language 🌲"
44
repository = "https://github.com/ara-lang/ara"
5-
version = "0.6.5"
5+
version = "0.6.6"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add `ara_parser` to your `Cargo.toml`, and you're good to go!
1818

1919
```toml
2020
[dependencies]
21-
ara_parser = "0.6.5"
21+
ara_parser = "0.6.6"
2222
```
2323

2424
## Example

0 commit comments

Comments
 (0)