Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jan 9, 2025
1 parent 72cfea3 commit 4f94ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/iceoryx2/0.5.0/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ register_toolchains("@rust_toolchains//:all")

crate = use_extension("@rules_rust//crate_universe:extensions.bzl", "crate")
crate.from_cargo(
name = "crate_index",
name = "iceoryx2_crate_index",
cargo_lockfile = "//:Cargo.lock",
generate_binaries = True,
manifests = [
Expand Down Expand Up @@ -63,6 +63,6 @@ crate.from_cargo(
"//iceoryx2-pal/posix:Cargo.toml",
],
)
use_repo(crate, "crate_index")
use_repo(crate, crate_index = "iceoryx2_crate_index")

bazel_dep(name = "rules_rust_bindgen", version = "0.56.0")
2 changes: 1 addition & 1 deletion modules/iceoryx2/0.5.0/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/eclipse-iceoryx/iceoryx2/archive/refs/tags/v0.5.0.tar.gz",
"patch_strip": 0,
"overlay": {
"MODULE.bazel": "sha256-5TJVZ/XxDuu6F2R+3TJQQix3XhXdwjKIyWtyY7YAVu8="
"MODULE.bazel": "sha256-6XdARpRXdZX36NZ4jncy2v+gl5WM2JDmbConXge2Qyk="
},
"patches": {
"bindgen.patch": "sha256-/dge8FyZJhabniA9qJsg3+xEiQBQsFLV2jEDagZyag8="
Expand Down

0 comments on commit 4f94ab3

Please sign in to comment.