diff --git a/Cargo.lock b/Cargo.lock index 2074240..88efa30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ dependencies = [ [[package]] name = "ssh-derive" -version = "0.0.1-alpha" +version = "0.3.0-rc.0" dependencies = [ "proc-macro2", "quote", diff --git a/ssh-derive/Cargo.toml b/ssh-derive/Cargo.toml index 1bde75f..a71a64b 100644 --- a/ssh-derive/Cargo.toml +++ b/ssh-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh-derive" -version = "0.0.1-alpha" +version = "0.3.0-rc.0" description = "Custom derive support for the `ssh-encoding` crate" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" diff --git a/ssh-encoding/Cargo.toml b/ssh-encoding/Cargo.toml index 5787e75..f211baa 100644 --- a/ssh-encoding/Cargo.toml +++ b/ssh-encoding/Cargo.toml @@ -21,7 +21,7 @@ bigint = { package = "crypto-bigint", version = "=0.7.0-pre.4", optional = true, bytes = { version = "1", optional = true, default-features = false } digest = { version = "0.11.0-rc.0", optional = true, default-features = false } pem-rfc7468 = { version = "1.0.0-rc.3", optional = true } -ssh-derive = { version = "0.0.1-alpha", optional = true, path = "../ssh-derive" } +ssh-derive = { version = "0.3.0-rc.0", optional = true, path = "../ssh-derive" } subtle = { version = "2", optional = true, default-features = false } zeroize = { version = "1", optional = true, default-features = false }