We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a97916 commit f568392Copy full SHA for f568392
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.0.3"
+version = "0.0.4"
4
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
5
description = "Library for building code annotations"
6
license = "Apache-2.0/MIT"
README.md
@@ -17,7 +17,7 @@ Installation
17
18
```toml
19
[dependencies]
20
-annotate-snippets-rs = "0.0.3"
+annotate-snippets-rs = "0.0.4"
21
```
22
23
0 commit comments