Skip to content

Commit

Permalink
Update vsomeip-rs references
Browse files Browse the repository at this point in the history
  • Loading branch information
Ax9DTW committed Aug 1, 2024
1 parent 7f11088 commit 23ed1ff
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/smip_al/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/tw-sdv/vsomeip-rs"}
vsomeip-rs = {path = "../vsomeip-rs"}
someip_types = { path = "../someip_types" }
2 changes: 1 addition & 1 deletion crates/smip_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
parking_lot = "0.12"
someip_types = {path = "../someip_types"}
vsomeip-rs = {git = "ssh://[email protected]/tw-sdv/vsomeip-rs"}
vsomeip-rs = {path = "../vsomeip-rs"}
vsomeip_compat = {path = "../vsomeip_compat"}
serde = "1"
bincode = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/someip_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
serde = { version = "1", features = ["derive"], optional = true}
vsomeip-rs = {git = "ssh://[email protected]/tw-sdv/vsomeip-rs"}
vsomeip-rs = {path = "../vsomeip-rs"}

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion crates/vsomeip_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]

tempfile = "3"
vsomeip-rs = {git = "ssh://[email protected]/tw-sdv/vsomeip-rs"}
vsomeip-rs = {path = "../vsomeip-rs"}
serde_json = "1"

[dev-dependencies]

0 comments on commit 23ed1ff

Please sign in to comment.