mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-16 17:06:12 +08:00
Merge branch 'main' of https://github.com/fastfloat/fast_float
This commit is contained in:
commit
ca9561fde9
@ -1,3 +1,5 @@
|
||||
load("@rules_cc//cc:cc_library.bzl", "cc_library")
|
||||
|
||||
cc_library(
|
||||
name = "fast_float",
|
||||
hdrs = glob(["include/fast_float/*.h"]),
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user