This commit is contained in:
IRainman 2026-04-08 04:31:05 +03:00
commit ca9561fde9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
load("@rules_cc//cc:cc_library.bzl", "cc_library")
cc_library(
name = "fast_float",
hdrs = glob(["include/fast_float/*.h"]),

View File

@ -2,8 +2,10 @@
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)
bazel_dep(name = "rules_cc", version = "0.2.17")