From 0be3dce10d7257f381c2f26409770b5d89109b4b Mon Sep 17 00:00:00 2001 From: SFYLL Date: Tue, 11 Feb 2025 10:14:18 +0100 Subject: [PATCH] update --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5abcd570..918a74f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" rust-version = "1.81" authors = ["Alloy Contributors"] license = "MIT OR Apache-2.0" -homepage = "https://github.com/alloy-rs/alloy" -repository = "https://github.com/alloy-rs/alloy" +homepage = "https://github.com/SeismicSystems/seismic-alloy/" +repository = "https://github.com/SeismicSystems/seismic-alloy/" exclude = ["benches/", "tests/"] [workspace.lints.rust] @@ -36,7 +36,7 @@ rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] # seismic dependencies -tee_service_api = { git = "ssh://git@github.com/SeismicSystems/TEEService.git", package = "tee_service_api", rev = "21218a3" } +tee_service_api = { git = "https://github.com/SeismicSystems/TEEService.git", package = "tee_service_api", rev = "21218a3" } alloy-consensus = { version = "0.8", path = "crates/consensus", default-features = false } alloy-consensus-any = { version = "0.8", path = "crates/consensus-any", default-features = false } @@ -167,10 +167,10 @@ tempfile = "3.10" tower-http = "0.6.1" [patch.crates-io] -alloy-primitives = { git = "ssh://git@github.com/SeismicSystems/seismic-alloy-core.git", rev = "6e1c0e9" } -alloy-json-abi = { git = "ssh://git@github.com/SeismicSystems/seismic-alloy-core.git", rev = "6e1c0e9" } -alloy-sol-macro-expander = { git = "ssh://git@github.com/SeismicSystems/seismic-alloy-core.git", rev = "6e1c0e9" } -alloy-sol-macro-input = { git = "ssh://git@github.com/SeismicSystems/seismic-alloy-core.git", rev = "6e1c0e9" } -alloy-sol-types = { git = "ssh://git@github.com/SeismicSystems/seismic-alloy-core.git", rev = "6e1c0e9" } -alloy-sol-type-parser = { git = "ssh://git@github.com/SeismicSystems/seismic-alloy-core.git", rev = "6e1c0e9" } -alloy-dyn-abi = { git = "ssh://git@github.com/SeismicSystems/seismic-alloy-core.git", rev = "6e1c0e9" } +alloy-primitives = { git = "https://github.com/SeismicSystems/seismic-alloy.git", rev = "6e1c0e9" } +alloy-json-abi = { git = "https://github.com/SeismicSystems/seismic-alloy.git", rev = "6e1c0e9" } +alloy-sol-macro-expander = { git = "https://github.com/SeismicSystems/seismic-alloy.git", rev = "6e1c0e9" } +alloy-sol-macro-input = { git = "https://github.com/SeismicSystems/seismic-alloy.git", rev = "6e1c0e9" } +alloy-sol-types = { git = "https://github.com/SeismicSystems/seismic-alloy.git", rev = "6e1c0e9" } +alloy-sol-type-parser = { git = "https://github.com/SeismicSystems/seismic-alloy.git", rev = "6e1c0e9" } +alloy-dyn-abi = { git = "https://github.com/SeismicSystems/seismic-alloy.git", rev = "6e1c0e9" }