Skip to content

Commit

Permalink
chore: update ecsact_runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jan 31, 2025
1 parent 4019431 commit d8c49e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ module(
)

bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "ecsact_runtime", version = "0.8.0")
bazel_dep(name = "ecsact_runtime", version = "0.8.1")

# NOTE: I don't know why this is necessary. The compatibility error is very unclear.
# Possibly due to this? https://github.com/bazelbuild/bazel/issues/22972
single_version_override(
module_name = "ecsact_runtime",
version = "0.8.0",
version = "0.8.1",
)

bazel_dep(name = "ecsact_codegen", version = "0.4.4")
Expand Down
10 changes: 3 additions & 7 deletions test/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.11")
bazel_dep(name = "ecsact_runtime", version = "0.8.0")
bazel_dep(name = "ecsact_runtime", version = "0.8.1")

# NOTE: I don't know why this is necessary. The compatibility error is very unclear.
# Possibly due to this? https://github.com/bazelbuild/bazel/issues/22972
# single_version_override(
# module_name = "ecsact_runtime",
# version = "0.8.0",
# )
local_path_override(
single_version_override(
module_name = "ecsact_runtime",
path = "../../ecsact_runtime",
version = "0.8.1",
)

bazel_dep(name = "ecsact_cli", version = "0.3.23")
Expand Down

0 comments on commit d8c49e6

Please sign in to comment.