From 7e06e1e4e854c73d07042e1b5dcf59302f5b4107 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Sun, 23 Mar 2025 22:33:37 +0000 Subject: [PATCH] 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- .github/FUNDING.yml | 1 + 3 file(s) changed, 3 insertion(s)(+), 2 deletion(s)(-) diff --git a/Cargo.lock b/Cargo.lock --- a/Cargo.lock +++ b/Cargo.lock @@ -3778,7 +3778,7 @@ [[package]] name = "sandhole" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "aws-lc-rs", diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.4.0" +version = "0.5.0" edition = "2024" rust-version = "1.85.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,1 +1,2 @@ +github: EpicEric liberapay: EpicEric -- tangled.sh