From d3d7b4f137ecad1b01c496c623fbd63bd64b22d3 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 26 Apr 2023 12:01:17 -0700 Subject: [PATCH] Bump cargo version to v0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98b61dd..2f5f475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" [[package]] name = "fwd" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index dba099b..6893ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fwd" -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "MIT" description = "Automatically forward ports to a remote server over ssh"