diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock index 09ef44135..615ad1806 100644 --- a/Cargo.Bazel.lock +++ b/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "f8e3ba902ed3d7a17b68ca5bb69ca7c6948fe36f9ac57c290d6d58af2e091da1", + "checksum": "7c545a0251a1348f28e7fdadb4d3ac86b647834b2d64c29da484bf2314aaed26", "crates": { "addr2line 0.24.2": { "name": "addr2line", diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index efb0ba46d..84153f2b5 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -103,10 +103,10 @@ maybe( "//:iceoryx2-cli/Cargo.toml", "//:iceoryx2-ffi/ffi-macros/Cargo.toml", "//:iceoryx2/Cargo.toml", - "//iceoryx2-ffi/ffi:Cargo.toml", - "//iceoryx2-pal/concurrency-sync:Cargo.toml", - "//iceoryx2-pal/configuration:Cargo.toml", - "//iceoryx2-pal/posix:Cargo.toml", + "//:iceoryx2-ffi/ffi/Cargo.toml", + "//:iceoryx2-pal/concurrency-sync/Cargo.toml", + "//:iceoryx2-pal/configuration/Cargo.toml", + "//:iceoryx2-pal/posix/Cargo.toml", ], )