Skip to content

Commit

Permalink
v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 7, 2024
1 parent a5c4adc commit c14bad3
Show file tree
Hide file tree
Showing 5 changed files with 5 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 @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "russh-cryptovec"
repository = "https://github.com/warp-tech/russh"
version = "0.47.0-beta.4"
version = "0.48.0"
rust-version = "1.60"

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

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

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion russh-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russh-util"
version = "0.46.0"
version = "0.48.0"
edition = "2021"
rust-version = "1.65"
description = "Runtime abstraction utilities for russh."
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.4"
version = "0.48.0"
rust-version = "1.65"

[features]
Expand Down

0 comments on commit c14bad3

Please sign in to comment.