We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7124634 + 2027a39 commit d7ad33aCopy full SHA for d7ad33a
BUILD.bazel
@@ -1,3 +1,5 @@
1
+load("@rules_cc//cc:cc_library.bzl", "cc_library")
2
+
3
cc_library(
4
name = "fast_float",
5
hdrs = glob(["include/fast_float/*.h"]),
MODULE.bazel
@@ -2,8 +2,10 @@
module(
- version = "6.1.6",
6
- compatibility_level = 6,
+ version = "8.2.4",
+ compatibility_level = 8,
7
)
8
9
bazel_dep(name = "doctest", version = "2.4.11", dev_dependency = True)
10
11
+bazel_dep(name = "rules_cc", version = "0.2.17")
0 commit comments