Skip to content

Commit

Permalink
ssh-key v0.7.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 13, 2024
1 parent d792fd2 commit 3c6fbf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ssh-key/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssh-key"
version = "0.7.0-pre.0"
version = "0.7.0-pre.1"
description = """
Pure Rust implementation of SSH key file format decoders/encoders as described
in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and
Expand Down
2 changes: 1 addition & 1 deletion ssh-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.73"
[dependencies]
cipher = { package = "ssh-cipher", version = "=0.3.0-pre.1", default-features = false, path = "../ssh-cipher" }
encoding = { package = "ssh-encoding", version = "=0.3.0-pre.1", default-features = false, path = "../ssh-encoding" }
key = { package = "ssh-key", version = "=0.7.0-pre.0", default-features = false, path = "../ssh-key" }
key = { package = "ssh-key", version = "=0.7.0-pre.1", default-features = false, path = "../ssh-key" }

[features]
default = ["std"]
Expand Down

0 comments on commit 3c6fbf3

Please sign in to comment.