From 0981888a1a3f3da715f8294ba47b7339a214d149 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sat, 16 Oct 2021 16:39:33 -0400 Subject: [PATCH] release: v0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a57d84e..b98fbd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,7 +575,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" [[package]] name = "onetun" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "boringtun", diff --git a/Cargo.toml b/Cargo.toml index 5d59d7f..1a54db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onetun" -version = "0.1.5" +version = "0.1.6" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html