mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 21:47:39 +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}
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#![cfg_attr(feature = "clippy", feature(plugin))]
|
||||
#![cfg_attr(feature = "clippy", plugin(clippy))]
|
||||
|
||||
extern crate base64;
|
||||
extern crate clap;
|
||||
extern crate futures;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue