Skip to content

Commit c3098bc

Browse files
committed
🔖 v0.1.2
1 parent 72bbbe8 commit c3098bc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-ssh"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
license = "MIT"
55
description = "Quicky connect to your servers by navigating through your SSH config."
66
readme = "README.md"
@@ -14,7 +14,7 @@ edition = "2021"
1414
[dependencies]
1515
tui = { version = "0.16", default-features = false, features = ['crossterm'] }
1616
crossterm = "0.22.1"
17-
ssh_cfg = { git = "https://github.com/Julien-R44/ssh_cfg" }
17+
ssh_cfg2 = "0.1.1"
1818
futures = "0.3"
1919
tokio = { version = "1", features = ["full"] }
2020
rustbreak = { version = "2.0.0", features = ["ron_enc"] }

0 commit comments

Comments
 (0)