From 5c3fad78e0cb08fdc2254cf679049eaf2f66e46b Mon Sep 17 00:00:00 2001 From: Aaron Riekenberg Date: Sat, 4 Apr 2020 09:48:18 -0500 Subject: [PATCH] 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 827b0fa..eb0122e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "rust-doh-proxy" -version = "0.4.2" +version = "0.4.3" 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 9256d69..2c20b02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-doh-proxy" -version = "0.4.2" +version = "0.4.3" authors = ["Aaron Riekenberg "] edition = "2018" build = "build.rs"