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 7471f78 commit 207d4c2Copy full SHA for 207d4c2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.0.6"
+version = "0.0.7"
4
authors = ["Zibi Braniecki <[email protected]>"]
5
description = "Library for building code annotations"
6
license = "Apache-2.0/MIT"
README.md
@@ -35,7 +35,7 @@ Installation
35
36
```toml
37
[dependencies]
38
-annotate-snippets-rs = "0.0.6"
+annotate-snippets-rs = "0.0.7"
39
```
40
41
0 commit comments