Skip to content

Commit

Permalink
release: 0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <[email protected]>
  • Loading branch information
azjezz committed Jan 1, 2023
1 parent 1ea8792 commit 8a8f886
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
@@ -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"
Expand All @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a8f886

Please sign in to comment.