Nightly is not required any more

This commit is contained in:
Frank Denis 2018-02-12 01:26:14 +01:00
parent 832f65ee75
commit 7b00c503f4
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "doh-proxy"
version = "0.1.4"
version = "0.1.5"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A DNS-over-HTTPS (DoH) proxy"
keywords = ["dns","https","doh","proxy"]

View file

@ -4,8 +4,6 @@ A DNS-over-HTTP server proxy in Rust. Add a webserver and you get DNS-over-HTTPS
## Installation
Requires rust-nightly.
```sh
cargo install doh-proxy
```