diff --git a/Cargo.lock b/Cargo.lock index cc418551..aef07c84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.0-pre.4" +version = "0.2.0-rc.0" dependencies = [ "block-padding", "hybrid-array", diff --git a/inout/Cargo.toml b/inout/Cargo.toml index ec828bf8..f9240c39 100644 --- a/inout/Cargo.toml +++ b/inout/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inout" -version = "0.2.0-pre.4" +version = "0.2.0-rc.0" description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation." authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"