Skip to content

Commit 0bec7f2

Browse files
committed
ssh-key v0.7.0-rc.1
1 parent 07616d9 commit 0bec7f2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.0"
3+
version = "0.7.0-rc.1"
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-protocol"
3-
version = "0.3.0-rc.0"
3+
version = "0.3.0-rc.1"
44
description = """
55
Pure Rust implementation of the SSH protocol as described in RFC4251/RFC4253 as well as
66
OpenSSH-specific extensions (WIP)

0 commit comments

Comments
 (0)