From d52ee74a793495be5b6caa33faf87a7a655a5379 Mon Sep 17 00:00:00 2001 From: pedro bufulin Date: Fri, 8 Mar 2024 13:18:00 -0300 Subject: [PATCH] ci(cargo.toml): use https instead of ssh to run ci properly --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7a1b1e..4d916ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,7 +2518,7 @@ dependencies = [ [[package]] name = "sf-protos" version = "0.1.0" -source = "git+ssh://github.com/semiotic-ai/sf-protos.git?branch=main#d9abf1b30826960efdf02cd63c5c1279c63e6700" +source = "git+https://github.com/semiotic-ai/sf-protos.git?branch=main#d9abf1b30826960efdf02cd63c5c1279c63e6700" dependencies = [ "prost", "prost-build", diff --git a/Cargo.toml b/Cargo.toml index bbe9dcc..c00986c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rayon = "1.8.0" ethereum-types = "=0.14.1" bincode = "1.3.3" tokio = { version = "1.35.0", features = ["full"] } -sf-protos = { git = "ssh://github.com/semiotic-ai/sf-protos.git", branch = "main" } +sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "main" } prost = "0.12.3" prost-types = "0.12.3"