Skip to content

Commit

Permalink
♻️ change ssh_cfg to ssh_cfg2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 18, 2021
1 parent c3098bc commit 1af21e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssh_config_store.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{error::Error, fmt::Debug};

use ssh_cfg::{SshConfig, SshConfigParser, SshHostConfig};
use ssh_cfg2::{SshConfig, SshConfigParser, SshHostConfig};

use crate::database::FileDatabase;

Expand Down

0 comments on commit 1af21e7

Please sign in to comment.