Skip to content

Commit e06ad0d

Browse files
committed
Release async-ssh2-lite 0.4.0
1 parent 1f34776 commit e06ad0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

async-ssh2-lite/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-ssh2-lite"
3-
version = "0.3.5"
3+
version = "0.4.0"
44
authors = ["vkill <vkill.net@gmail.com>"]
55
edition = "2021"
66
description = "Asynchronous ssh2."
@@ -11,6 +11,7 @@ documentation = "https://docs.rs/async-ssh2-lite"
1111
keywords = ["SSH", "SSH2"]
1212
categories = ["asynchronous", "network-programming"]
1313
readme = "README.md"
14+
rust-version = "1.58.0"
1415

1516
[features]
1617
default = []

async-ssh2-lite/demos/smol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "proxy_jump"
99
path = "src/proxy_jump.rs"
1010

1111
[dependencies]
12-
async-ssh2-lite = { path = "../..", version = "0.3", features = ["async-io"] }
12+
async-ssh2-lite = { path = "../..", features = ["async-io"] }
1313
futures = "0.3"
1414
async-io = "1.3"
1515
async-executor = "1.4"

0 commit comments

Comments
 (0)