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 66d4c05 commit d30904cCopy full SHA for d30904c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pangu"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["airt <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
readme = "readme.md"
readme.md
@@ -23,7 +23,7 @@ Add to `Cargo.toml`:
23
24
```toml
25
[dependencies]
26
-pangu = "0.1"
+pangu = "0.2"
27
```
28
29
Example:
0 commit comments