Bump cargo version to v0.6.2

This commit is contained in:
John Doty 2023-04-26 12:01:17 -07:00
parent 59b8b8f3dc
commit d3d7b4f137
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -229,7 +229,7 @@ checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]] [[package]]
name = "fwd" name = "fwd"
version = "0.6.1" version = "0.6.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_matches", "assert_matches",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "fwd" name = "fwd"
version = "0.6.1" version = "0.6.2"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "Automatically forward ports to a remote server over ssh" description = "Automatically forward ports to a remote server over ssh"