Skip to content

Commit ba6cca0

Browse files
authored
ssh-key v0.7.0-rc.0 (#367)
1 parent 20e7954 commit ba6cca0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-pre.1"
3+
version = "0.7.0-rc.0"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.85"
1818
[dependencies]
1919
cipher = { package = "ssh-cipher", version = "0.3.0-rc.0", default-features = false }
2020
encoding = { package = "ssh-encoding", version = "0.3.0-rc.0", default-features = false }
21-
key = { package = "ssh-key", version = "=0.7.0-pre.1", default-features = false }
21+
key = { package = "ssh-key", version = "0.7.0-rc.0", default-features = false }
2222

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

0 commit comments

Comments
 (0)