diff --git a/Cargo.lock b/Cargo.lock index 7421323a..5862106b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.0-rc.4" +version = "0.2.0-rc.5" dependencies = [ "block-padding", "hybrid-array", diff --git a/inout/Cargo.toml b/inout/Cargo.toml index 8d48b56d..e4566591 100644 --- a/inout/Cargo.toml +++ b/inout/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inout" -version = "0.2.0-rc.4" +version = "0.2.0-rc.5" 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"