Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
feat: Add is_reachable field in json (#63)
Browse files Browse the repository at this point in the history
* feat: Add is_reachable field in json

* Clippy

* Add is_reachable to openapi

* Update packages

* Bump to 0.2.0

* Fix tests

Co-authored-by: Amaury Martiny <stoplight@sjcfddapdmp.pw>
  • Loading branch information
amaury1093 and Amaury Martiny authored May 13, 2020
1 parent 678339e commit 6fd5215
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 125 deletions.
109 changes: 61 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "reacher"
version = "0.1.10"
version = "0.2.0"
edition = "2018"
publish = false

[dependencies]
async-recursion = "0.3"
check-if-email-exists = { git = "https://github.com/amaurymartiny/check-if-email-exists" }
check-if-email-exists = "0.8"
env_logger = "0.7"
log = "0.4"
sentry = "0.17"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

WORKDIR /reacher

ENV REACHER_VERSION 0.1.10
ENV REACHER_VERSION 0.2.0
ENV RCH_HTTP_HOST 0.0.0.0
ENV RCH_PROXY_HOST 127.0.0.1
ENV RCH_PROXY_PORT 9050
Expand Down
Loading

0 comments on commit 6fd5215

Please sign in to comment.