Skip to content

Commit

Permalink
[bazel] Correct bazel_skylib version in MODULE.bazel
Browse files Browse the repository at this point in the history
Due to semantic version resolution, we're actually getting `bazel_skylib`
version 1.7.1 due to a dependency asking for it.

Update the version listed in `MODULE.bazel` to match so the warning is
supressed.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt authored and nbdd0121 committed Dec 17, 2024
1 parent e8228a8 commit 4df33fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module(name = "lowrisc_opentitan")

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

include("//third_party/rust:rust.MODULE.bazel")

Expand Down

0 comments on commit 4df33fb

Please sign in to comment.