We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8dc15 commit e9c175eCopy full SHA for e9c175e
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyperlink"
3
-version = "0.1.2"
+version = "0.1.3"
4
authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"]
5
edition = "2018"
6
license = "MIT"
README.md
@@ -45,7 +45,7 @@ Very fast link checker for static sites.
45
Or as GitHub action:
46
47
```
48
-- uses: untitaker/hyperlink@0.1.2
+- uses: untitaker/hyperlink@0.1.3
49
with:
50
args: public/ --sources src/
51
0 commit comments