Thanks to visit codestin.com Credit goes to github.com
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 6699650 commit e1be915Copy full SHA for e1be915
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.0.1"
+version = "0.0.2"
4
authors = ["Zibi Braniecki <[email protected]>"]
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.1.0"
+annotate-snippets-rs = "0.0.2"
21
```
22
23
0 commit comments