diff --git a/Cargo.lock b/Cargo.lock index 32ea7772..a5b8e72b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.0-rc.0" +version = "0.2.0-rc.1" dependencies = [ "block-padding", "hybrid-array", diff --git a/inout/Cargo.toml b/inout/Cargo.toml index c52435be..d0f93d26 100644 --- a/inout/Cargo.toml +++ b/inout/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inout" -version = "0.2.0-rc.0" +version = "0.2.0-rc.1" 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"