From 08bc5ed19b797d8a741bb4f3bea1d627d8301735 Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Wed, 20 Jul 2022 11:57:43 -0500 Subject: [PATCH] chore: fix mistake in #298 (#299) I did the release with --allow-dirty and this change, so the release was fine. --- boringtun-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boringtun-cli/Cargo.toml b/boringtun-cli/Cargo.toml index 999b8c25..b0461af0 100644 --- a/boringtun-cli/Cargo.toml +++ b/boringtun-cli/Cargo.toml @@ -16,5 +16,5 @@ tracing-subscriber = "0.3.9" tracing-appender = "0.2.1" [dependencies.boringtun] -version = "0.5.1" +version = "0.5.2" path = "../boringtun" \ No newline at end of file