diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:35:47 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:45:42 +0100 |
commit | b3f2336e1b8f4410515344feb73d992d854c8282 (patch) | |
tree | 5b4de235b46a6081206b17761acc1bab1ea5c720 /MODULE.bazel | |
parent | cf7db48c261ee9c896c813a38ff8c59da5b8fe07 (diff) |
Implement logging
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 197d3cc..8bb5941 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,6 +10,6 @@ git_override( commit = "4f28899228fb3ad0126897876f147ca15026151e", ) -bazel_dep(name = "rules_python", version = "1.1.0", dev_dependency = True) +bazel_dep(name = "rules_python", version = "1.1.0") python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain(python_version = "3.13", is_default = True) |