File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55)
66bazel_dep (name = "rules_cc" , version = "0.0.9" )
77bazel_dep (name = "cpptoml" , version = "0.1.1" )
8+ bazel_dep (name = "platforms" , version = "0.0.7" )
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ new file mode 100644
33index 000000000..96a357a76
44--- /dev/null
55+++ MODULE.bazel
6- @@ -0,0 +1,7 @@
6+ @@ -0,0 +1,8 @@
77+ module(
88+ name = "iceoryx",
99+ version = "2.0.5",
1010+ compatibility_level = 1,
1111+ )
1212+ bazel_dep(name = "rules_cc", version = "0.0.9")
1313+ bazel_dep(name = "cpptoml", version = "0.1.1")
14+ + bazel_dep(name = "platforms", version = "0.0.7")
Original file line number Diff line number Diff line change 66 "add_build_file.patch" : " sha256-iwzaFbru3L6ydOUiCtYBsOAQwPltMZxJz8NVqJU4Uz4=" ,
77 "configure_file_dot_bzl.patch" : " sha256-SrSiV900h1wx+26lFdQk6MNzJ8MrjZCeKHS/oKIj8Ig=" ,
88 "configure_version_dot_bzl.patch" : " sha256-KsnDxVScN/gTyDVV7ABajjqzTxsJPcSXJxyLv033BvI=" ,
9- "module_dot_bazel.patch" : " sha256-lm6t+AdjMHpxfS5KEDOWWQRiCFLKIuHot2AHbhvyKGs ="
9+ "module_dot_bazel.patch" : " sha256-tpbg25dbMi+CD+HTvWAqr9zWeGjNuMbzqlR9wIQKTYM ="
1010 },
1111 "patch_strip" : 0
1212}
You can’t perform that action at this time.
0 commit comments