From c701260dbcbb1a5af8b75d77423e802d74001566 Mon Sep 17 00:00:00 2001 From: Aaron Riekenberg Date: Sat, 18 Apr 2020 08:56:13 -0500 Subject: [PATCH] 0.4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b740606..602c8a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "rust-doh-proxy" -version = "0.4.4" +version = "0.4.5" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8f7afd2..1a5e351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-doh-proxy" -version = "0.4.4" +version = "0.4.5" authors = ["Aaron Riekenberg "] edition = "2018" build = "build.rs"