Skip to content

Commit 90671b6

Browse files
authored
ssh-key v0.7.0-rc.4 (#423)
1 parent 25abb30 commit 90671b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-key"
3-
version = "0.7.0-rc.3"
3+
version = "0.7.0-rc.4"
44
description = """
55
Pure Rust implementation of SSH key file format decoders/encoders as described
66
in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and

ssh-protocol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ edition = "2024"
1616
rust-version = "1.85"
1717

1818
[dependencies]
19-
cipher = { package = "ssh-cipher", version = "0.3.0-rc.3", default-features = false }
19+
cipher = { package = "ssh-cipher", version = "0.3.0-rc.4", default-features = false }
2020
encoding = { package = "ssh-encoding", version = "0.3.0-rc.3", default-features = false }
21-
key = { package = "ssh-key", version = "0.7.0-rc.2", default-features = false }
21+
key = { package = "ssh-key", version = "0.7.0-rc.4", default-features = false }
2222

2323
[features]
2424
default = ["std"]

0 commit comments

Comments
 (0)