From c2b95a0747c3feecf83866e1b7c4ff76b3b6d16d Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Tue, 3 Dec 2024 13:58:59 -0300 Subject: [PATCH] 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0628fd0..48fdf67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3332,7 +3332,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3e8dfe2..fe5b7e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.1.3" +version = "0.1.4" edition = "2021" rust-version = "1.75.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." -- 2.51.2