mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
Bump version, remove clippy dev dependency by the way
This commit is contained in:
parent
61d1e7cb0e
commit
93d90acd32
2 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "doh-proxy"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||
description = "A DNS-over-HTTPS (DoH) proxy"
|
||||
keywords = ["dns","https","doh","proxy"]
|
||||
|
@ -16,4 +16,3 @@ futures = "0.1"
|
|||
hyper = "0.12"
|
||||
tokio = "0.1"
|
||||
tokio-timer = "0.1"
|
||||
clippy = {version = ">=0", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue