From 67f555fa1e76a2e89c4163de82d887c3edb541b9 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Wed, 27 Nov 2024 16:38:47 -0300 Subject: [PATCH] v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e33c410..405dbe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e3397af..9d3ae2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." repository = "https://github.com/EpicEric/sandhole" -- 2.51.2