From 988c12d828d6ffe0ce47a7f6996ab6fc3343c3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 5 Sep 2023 12:43:48 +0300 Subject: [PATCH] Update Cargo.toml minor change http => https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Szabó --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06d956bc..7ba30cf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ description = """\ Hyperledger Sawtooth is an enterprise blockchain platform for building \ distributed ledger applications and networks. """ -repository = "http://github.com/hyperledger/sawtooth-sdk-rust" +repository = "https://github.com/hyperledger/sawtooth-sdk-rust" edition = "2018" [features]