Skip to content

Commit 2859fe4

Browse files
authored
ssh-cipher v0.3.0-rc.0 (#365)
1 parent adeb011 commit 2859fe4

File tree

4 files changed

+4
-4
lines changed

4 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-cipher/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-cipher"
3-
version = "0.3.0-pre.2"
3+
version = "0.3.0-rc.0"
44
description = """
55
Pure Rust implementation of SSH symmetric encryption including support for the
66

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2024"
1818
rust-version = "1.85"
1919

2020
[dependencies]
21-
cipher = { package = "ssh-cipher", version = "=0.3.0-pre.2", features = ["zeroize"] }
21+
cipher = { package = "ssh-cipher", version = "0.3.0-rc.0", features = ["zeroize"] }
2222
encoding = { package = "ssh-encoding", version = "0.3.0-rc.0", features = ["base64", "digest", "pem", "subtle", "zeroize"] }
2323
sha2 = { version = "0.11.0-rc.0", default-features = false }
2424
signature = { version = "3.0.0-rc.0", default-features = false }

ssh-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2024"
1616
rust-version = "1.85"
1717

1818
[dependencies]
19-
cipher = { package = "ssh-cipher", version = "=0.3.0-pre.2", default-features = false }
19+
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 }
2121
key = { package = "ssh-key", version = "=0.7.0-pre.1", default-features = false }
2222

0 commit comments

Comments
 (0)