Skip to content

Commit

Permalink
v0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 12, 2023
1 parent 271e362 commit 5f93b89
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion cryptovec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ include = ["Cargo.toml", "src/lib.rs"]
license = "Apache-2.0"
name = "russh-cryptovec"
repository = "https://github.com/warp-tech/russh"
version = "0.7.1"
version = "0.7.2"
rust-version = "1.60"

[dependencies]
libc = "0.2"
Expand Down
3 changes: 2 additions & 1 deletion russh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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.0"
version = "0.7.1"
rust-version = "1.65"

[dependencies]
dirs-next = "2.0"
Expand Down
3 changes: 2 additions & 1 deletion russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ keywords = ["ssh"]
license = "Apache-2.0"
name = "russh-keys"
repository = "https://github.com/warp-tech/russh"
version = "0.40.0"
version = "0.40.1"
rust-version = "1.65"

[dependencies]
aes = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license = "Apache-2.0"
name = "russh"
readme = "../README.md"
repository = "https://github.com/warp-tech/russh"
version = "0.40.0"
rust-version = "1.60"
version = "0.40.1"
rust-version = "1.65"

[features]
default = ["flate2"]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.70.0"
channel = "1.65.0"

0 comments on commit 5f93b89

Please sign in to comment.