Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Dec 23, 2024
1 parent de32328 commit f0cb38e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fl_url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct FlUrl {
pub compress_body: bool,
#[cfg(feature = "with-ssh")]
ssh_credentials: Option<my_ssh::SshCredentials>,

#[cfg(feature = "with-ssh")]
ssh_private_key_resolver:
Option<Arc<dyn my_ssh::ssh_settings::SshSecurityCredentialsResolver + Send + Sync>>,

Expand Down Expand Up @@ -139,6 +139,7 @@ impl FlUrl {
self
}

#[cfg(feature = "with-ssh")]
pub fn set_ssh_private_key_resolver(
mut self,
resolver: Arc<dyn my_ssh::ssh_settings::SshSecurityCredentialsResolver + Send + Sync>,
Expand Down

0 comments on commit f0cb38e

Please sign in to comment.