From f78ee757b51f400b4d580b8cb8e7a2c1d5723f2d Mon Sep 17 00:00:00 2001 From: Aaron Riekenberg Date: Sun, 14 Jun 2020 10:22:10 -0500 Subject: [PATCH] 0.5.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20fa33e..e04b017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "rust-doh-proxy" -version = "0.5.3" +version = "0.5.4" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "enum-iterator 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b400250..4ab0309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-doh-proxy" -version = "0.5.3" +version = "0.5.4" authors = ["Aaron Riekenberg "] edition = "2018" build = "build.rs"