From 23ed1ff8e85542e90cde981f4fb0c0bfe79a2bfb Mon Sep 17 00:00:00 2001 From: Atri Sarkar Date: Thu, 1 Aug 2024 11:58:21 +0530 Subject: [PATCH] Update vsomeip-rs references --- Cargo.lock | 2 -- crates/smip_al/Cargo.toml | 2 +- crates/smip_core/Cargo.toml | 2 +- crates/someip_types/Cargo.toml | 2 +- crates/vsomeip_compat/Cargo.toml | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ceaf330..2869ed1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1444,7 +1444,6 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vsomeip-rs" version = "0.1.0" -source = "git+ssh://git@github.com/tw-sdv/vsomeip-rs#26eb5ae8327f635671e4db100a95e796cbcb96e6" dependencies = [ "cxx", "serde", @@ -1455,7 +1454,6 @@ dependencies = [ [[package]] name = "vsomeip-sys" version = "0.1.0" -source = "git+ssh://git@github.com/tw-sdv/vsomeip-rs#26eb5ae8327f635671e4db100a95e796cbcb96e6" dependencies = [ "autocxx", "autocxx-build", diff --git a/crates/smip_al/Cargo.toml b/crates/smip_al/Cargo.toml index 686a291..eb41d09 100644 --- a/crates/smip_al/Cargo.toml +++ b/crates/smip_al/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -vsomeip-rs = {git = "ssh://git@github.com/tw-sdv/vsomeip-rs"} +vsomeip-rs = {path = "../vsomeip-rs"} someip_types = { path = "../someip_types" } \ No newline at end of file diff --git a/crates/smip_core/Cargo.toml b/crates/smip_core/Cargo.toml index 5b434f0..d9a35c0 100644 --- a/crates/smip_core/Cargo.toml +++ b/crates/smip_core/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] parking_lot = "0.12" someip_types = {path = "../someip_types"} -vsomeip-rs = {git = "ssh://git@github.com/tw-sdv/vsomeip-rs"} +vsomeip-rs = {path = "../vsomeip-rs"} vsomeip_compat = {path = "../vsomeip_compat"} serde = "1" bincode = "1" diff --git a/crates/someip_types/Cargo.toml b/crates/someip_types/Cargo.toml index 244bd89..1d71192 100644 --- a/crates/someip_types/Cargo.toml +++ b/crates/someip_types/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] serde = { version = "1", features = ["derive"], optional = true} -vsomeip-rs = {git = "ssh://git@github.com/tw-sdv/vsomeip-rs"} +vsomeip-rs = {path = "../vsomeip-rs"} [features] default = [] diff --git a/crates/vsomeip_compat/Cargo.toml b/crates/vsomeip_compat/Cargo.toml index c5341be..80c91ed 100644 --- a/crates/vsomeip_compat/Cargo.toml +++ b/crates/vsomeip_compat/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] tempfile = "3" -vsomeip-rs = {git = "ssh://git@github.com/tw-sdv/vsomeip-rs"} +vsomeip-rs = {path = "../vsomeip-rs"} serde_json = "1" [dev-dependencies] \ No newline at end of file