diff --git a/Cargo.lock b/Cargo.lock index 4e473ff..b5aec0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "cbc" -version = "0.2.0-pre.0" +version = "0.2.0-pre.1" dependencies = [ "aes", "cipher", diff --git a/cbc/Cargo.toml b/cbc/Cargo.toml index 4f7dc6f..f15b821 100644 --- a/cbc/Cargo.toml +++ b/cbc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbc" -version = "0.2.0-pre.0" +version = "0.2.0-pre.1" description = "Cipher Block Chaining (CBC) block cipher mode of operation" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"