From a71e84165db8b788cc4c1d0b9105139da7775bef Mon Sep 17 00:00:00 2001 From: azjezz Date: Sat, 4 Feb 2023 21:16:18 +0100 Subject: [PATCH] release: 0.6.5 Signed-off-by: azjezz --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0bf392..699db81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] diff --git a/README.md b/README.md index 38f61fa..46e72a2 100644 --- a/README.md +++ b/README.md @@ -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