Skip to content

Commit

Permalink
added fixed missing AuthResult export
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 6, 2025
1 parent 56b280b commit 9548f04
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.5"
version = "0.50.0-beta.6"
rust-version = "1.65"

[features]
Expand Down
2 changes: 1 addition & 1 deletion russh/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ use tokio::sync::mpsc::{
};
use tokio::sync::oneshot;

use crate::auth::AuthResult;
pub use crate::auth::AuthResult;
use crate::channels::{Channel, ChannelMsg, ChannelRef, WindowSizeRef};
use crate::cipher::{self, clear, OpeningKey};
use crate::kex::{KexCause, KexProgress, SessionKexState};
Expand Down

0 comments on commit 9548f04

Please sign in to comment.