diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 8b50081b..8fb2daab 100644 --- a/russh/Cargo.toml +++ b/russh/Cargo.toml @@ -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] diff --git a/russh/src/lib.rs b/russh/src/lib.rs index 778c6b48..8967a42e 100644 --- a/russh/src/lib.rs +++ b/russh/src/lib.rs @@ -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.