Skip to content

Commit 30ff460

Browse files
committed
feat: update commit for c3
1 parent dae77f6 commit 30ff460

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

MODULE.bazel

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,10 @@ archive_override(
9090
)
9191

9292
bazel_dep(name = "c3")
93-
# git_override(
94-
# module_name = "c3",
95-
# remote = "https://github.com/DAIRLab/c3.git",
96-
# commit = "5c5d55753017743108c554b6aee87bc9edc22a3b"
97-
# )
98-
local_path_override(
93+
git_override(
9994
module_name = "c3",
100-
path = "../c3"
95+
remote = "https://github.com/DAIRLab/c3.git",
96+
commit = "2bd13495c3306cf7d53992e2495774d1ad454cca"
10197
)
10298

10399
INEKF_COMMIT = "297c308e50fa599af92ce3bd5f11d71e2bf8af69"

0 commit comments

Comments
 (0)