Skip to content

Commit 099509a

Browse files
authored
ssh-derive v0.3.0-rc.0 (#363)
1 parent 6204f7f commit 099509a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-derive/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-derive"
3-
version = "0.0.1-alpha"
3+
version = "0.3.0-rc.0"
44
description = "Custom derive support for the `ssh-encoding` crate"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

ssh-encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bigint = { package = "crypto-bigint", version = "=0.7.0-pre.4", optional = true,
2121
bytes = { version = "1", optional = true, default-features = false }
2222
digest = { version = "0.11.0-rc.0", optional = true, default-features = false }
2323
pem-rfc7468 = { version = "1.0.0-rc.3", optional = true }
24-
ssh-derive = { version = "0.0.1-alpha", optional = true, path = "../ssh-derive" }
24+
ssh-derive = { version = "0.3.0-rc.0", optional = true, path = "../ssh-derive" }
2525
subtle = { version = "2", optional = true, default-features = false }
2626
zeroize = { version = "1", optional = true, default-features = false }
2727

0 commit comments

Comments
 (0)