From 957d4c989a6afd171b218c57e451c44269fac8a4 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sat, 30 Mar 2024 15:28:08 +0100 Subject: [PATCH] pcbc: fix repository field (#58) --- pcbc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbc/Cargo.toml b/pcbc/Cargo.toml index a2bd96a..4cdf68c 100644 --- a/pcbc/Cargo.toml +++ b/pcbc/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" rust-version = "1.65" readme = "README.md" documentation = "https://docs.rs/pcbc" -repository = "https://github.com/RustCrypto/block-ciphers" +repository = "https://github.com/RustCrypto/block-modes" keywords = ["crypto", "block-mode", "ciphers"] categories = ["cryptography", "no-std"]