From 2027a39ba0418d0c54dcbe29ae53a7e7f1b498ff Mon Sep 17 00:00:00 2001 From: Carbo Date: Fri, 27 Mar 2026 14:42:55 +0900 Subject: [PATCH] Update MODULE.bazel version to 8.2.4 Co-Authored-By: Claude Opus 4.6 (1M context) --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index e34ea3b..9f63ac4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -2,8 +2,8 @@ module( name = "fast_float", - version = "6.1.6", - compatibility_level = 6, + version = "8.2.4", + compatibility_level = 8, ) bazel_dep(name = "doctest", version = "2.4.11", dev_dependency = True)