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 207d4c2 commit b8be2eeCopy full SHA for b8be2ee
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.0.7"
+version = "0.1.0"
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.7"
+annotate-snippets-rs = "0.1.0"
39
```
40
41
0 commit comments