Skip to content

Commit 8eb278d

Browse files
committed
release: 0.6.4
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent 0cdd05d commit 8eb278d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.3"
5+
version = "0.6.4"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
@@ -19,7 +19,7 @@ path = "bin/snapshot.rs"
1919

2020
[dependencies]
2121
ara_source = { version = "0.2.0" }
22-
ara_reporting = { version = "0.6.0" }
22+
ara_reporting = { version = "0.6.1" }
2323
schemars = { version = "0.8.11" }
2424
serde = { version = "1.0.149", features = ["derive"] }
2525
serde_json = { version = "1.0.89" }

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.3"
21+
ara_parser = "0.6.4"
2222
```
2323

2424
## Example

0 commit comments

Comments
 (0)