Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 27, 2025
1 parent c7cca46 commit 3591a3b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cryptovec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "russh-cryptovec"
repository = "https://github.com/warp-tech/russh"
version = "0.48.0"
rust-version = "1.60"
rust-version = "1.75"

[dependencies]
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion pageant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "pageant"
repository = "https://github.com/warp-tech/russh"
version = "0.0.2"
rust-version = "1.65"
rust-version = "1.75"

[dependencies]
futures.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion russh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "russh-config"
repository = "https://github.com/warp-tech/russh"
version = "0.48.0"
rust-version = "1.65"
rust-version = "1.75"

[dependencies]
home.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion russh-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "russh-util"
version = "0.48.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.75"
description = "Runtime abstraction utilities for russh."
documentation = "https://docs.rs/russh-util"
homepage = "https://github.com/warp-tech/russh"
Expand Down
2 changes: 1 addition & 1 deletion russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "russh"
readme = "../README.md"
repository = "https://github.com/warp-tech/russh"
version = "0.50.0-beta.11"
rust-version = "1.65"
rust-version = "1.75"

[features]
default = ["flate2"]
Expand Down
1 change: 1 addition & 0 deletions russh/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ impl<R: AsyncRead + AsyncWrite + Unpin + Send + 'static> Signer
{
type Error = AgentAuthError;

#[allow(clippy::manual_async_fn)]
fn auth_publickey_sign(
&mut self,
key: &ssh_key::PublicKey,
Expand Down

0 comments on commit 3591a3b

Please sign in to comment.