From e74e578f629bc1fda8a40394632bf7ecbddb18b2 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Wed, 20 Nov 2024 21:07:45 +0300 Subject: [PATCH] inout: release v0.2.0-rc.3 (#1135) --- Cargo.lock | 2 +- inout/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e1b0e16..342d58ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.0-rc.2" +version = "0.2.0-rc.3" dependencies = [ "block-padding", "hybrid-array", diff --git a/inout/Cargo.toml b/inout/Cargo.toml index 533cf9b6..af8da9e3 100644 --- a/inout/Cargo.toml +++ b/inout/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inout" -version = "0.2.0-rc.2" +version = "0.2.0-rc.3" 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"