Use our custom trust-dns implementation until https://github.com/bluejekyll/trust-dns/pull/1632 is decided.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2022-02-13 12:10:12 -05:00
parent e26ae062d6
commit 8620eded16
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
3 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "rusolver"
version = "0.9.0"
version = "0.9.1"
authors = ["Eduard Tolosa <edu4rdshl@protonmail.com>"]
edition = "2018"
description = "Fast DNS resolver written in Rust."
@ -19,6 +19,9 @@ trust-dns-resolver = "0.20.4"
clap = "2.33.4"
rand = "0.8.4"
# https://github.com/bluejekyll/trust-dns/pull/1632
[patch.crates-io]
trust-dns-resolver = { git = "https://github.com/Findomain/trust-dns", package = "trust-dns-resolver", branch = "custombranch" }
[profile.release]
lto = true