From 8a8f886d7bac9ed0b628ea61938554ebea82af3e Mon Sep 17 00:00:00 2001 From: azjezz Date: Sun, 1 Jan 2023 14:48:08 +0100 Subject: [PATCH] release: 0.4.2 Signed-off-by: azjezz --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a2627e..5ee2bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ara_reporting" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "A Reporting library for for Ara Programming Language 📃" readme = "README.md" @@ -15,7 +15,7 @@ keywords = ["ara", "error-reporting"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ara_source = { version = "0.1.0" } +ara_source = { version = "0.2.0" } codespan-reporting = { version = "0.11.1", features = ["serialization"] } schemars = { version = "0.8.11" } serde = { version = "1.0.149", features = ["derive"] } diff --git a/README.md b/README.md index 160c02e..f377e64 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add `ara_reporting` to your `Cargo.toml`, and you're good to go! ```toml [dependencies] -ara_reporting = "0.4.1" +ara_reporting = "0.4.2" ``` ## Example