Skip to content

Commit

Permalink
v0.47.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 24, 2024
1 parent f602e45 commit ff95994
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions russh-keys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ pub mod helpers;
pub use format::*;
pub use ssh_key::{self, Algorithm, Certificate, EcdsaCurve, HashAlg, PrivateKey, PublicKey};

// Reexports
pub use signature;
pub use ssh_encoding;

/// OpenSSH agent protocol implementation
pub mod agent;

Expand Down
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.47.0-beta.2"
version = "0.47.0-beta.3"
rust-version = "1.65"

[features]
Expand Down

0 comments on commit ff95994

Please sign in to comment.