From a6a6f9e72e6fa26487ee4359dc994343dfa55a5d Mon Sep 17 00:00:00 2001 From: philipp Date: Fri, 16 Feb 2024 12:18:03 +0100 Subject: [PATCH] try http dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d5f7b9..3885582 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -risp = {git="ssh://git@git.hofer.link:2222/philipp/risp.git", version="0.1"} +risp = {git="https://git.hofer.link/philipp/risp.git", version="0.1"}