From 12a9f4e4d1f82e8a0ecf6cf91e1a8c6486a24165 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Mon, 29 Aug 2022 12:38:01 +1000 Subject: [PATCH] Release shotover v0.1.6 (#762) --- Cargo.lock | 2 +- shotover-proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecc884a25..43cf230d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2727,7 +2727,7 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" [[package]] name = "shotover-proxy" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-recursion", diff --git a/shotover-proxy/Cargo.toml b/shotover-proxy/Cargo.toml index 3f1011009..f7b7e5456 100644 --- a/shotover-proxy/Cargo.toml +++ b/shotover-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shotover-proxy" -version = "0.1.5" +version = "0.1.6" authors = ["Ben "] edition = "2021" rust-version = "1.56"