Skip to content

Commit

Permalink
release: 0.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Jan 31, 2023
1 parent 0cdd05d commit 8eb278d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.3"
version = "0.6.4"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
Expand All @@ -19,7 +19,7 @@ path = "bin/snapshot.rs"

[dependencies]
ara_source = { version = "0.2.0" }
ara_reporting = { version = "0.6.0" }
ara_reporting = { version = "0.6.1" }
schemars = { version = "0.8.11" }
serde = { version = "1.0.149", features = ["derive"] }
serde_json = { version = "1.0.89" }
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.3"
ara_parser = "0.6.4"
```

## Example
Expand Down

0 comments on commit 8eb278d

Please sign in to comment.