bump to 0.2.0
This commit is contained in:
parent
2cbbbdd101
commit
be38c16c8d
3 changed files with 4 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -680,7 +680,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "endstat"
|
name = "endstat"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"actix-web 1.0.0-beta.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix-web 1.0.0-beta.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "endstat"
|
name = "endstat"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Edward Shen <code@eddie.sh>"]
|
authors = ["Edward Shen <code@eddie.sh>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,8 @@ sure my homelab services were running when I screwed around with config files.
|
||||||
- Arbitrary ports
|
- Arbitrary ports
|
||||||
- Expected body and/or status code responses
|
- Expected body and/or status code responses
|
||||||
- Optional no redirect following
|
- Optional no redirect following
|
||||||
- API endpoint (`/api`)
|
- API endpoints (`/api`, `/rss`)
|
||||||
|
- Webhooks
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue