Skip to content

Commit 8a8f886

Browse files
committed
release: 0.4.2
Signed-off-by: azjezz <[email protected]>
1 parent 1ea8792 commit 8a8f886

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ara_reporting"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
description = "A Reporting library for for Ara Programming Language 📃"
66
readme = "README.md"
@@ -15,7 +15,7 @@ keywords = ["ara", "error-reporting"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
ara_source = { version = "0.1.0" }
18+
ara_source = { version = "0.2.0" }
1919
codespan-reporting = { version = "0.11.1", features = ["serialization"] }
2020
schemars = { version = "0.8.11" }
2121
serde = { version = "1.0.149", features = ["derive"] }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add `ara_reporting` to your `Cargo.toml`, and you're good to go!
1616

1717
```toml
1818
[dependencies]
19-
ara_reporting = "0.4.1"
19+
ara_reporting = "0.4.2"
2020
```
2121

2222
## Example

0 commit comments

Comments
 (0)