Skip to content

Commit

Permalink
exported missing MethodKind type
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 14, 2025
1 parent 38a1e47 commit c33d692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "russh"
readme = "../README.md"
repository = "https://github.com/warp-tech/russh"
version = "0.50.0-beta.8"
version = "0.50.0-beta.9"
rust-version = "1.65"

[features]
Expand Down
2 changes: 1 addition & 1 deletion russh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ impl Default for Limits {
}
}

pub use auth::{AgentAuthError, MethodSet, Signer};
pub use auth::{AgentAuthError, MethodSet, MethodKind, Signer};

/// A reason for disconnection.
#[allow(missing_docs)] // This should be relatively self-explanatory.
Expand Down

0 comments on commit c33d692

Please sign in to comment.