We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750f785 commit 8bc0657Copy full SHA for 8bc0657
MODULE.bazel
@@ -18,7 +18,7 @@ bazel_dep(name = "boost.log", version = BOOST_VERSION)
18
bazel_dep(name = "boost.utility", version = BOOST_VERSION)
19
bazel_dep(name = "boost.program_options", version = BOOST_VERSION)
20
bazel_dep(name = "cxx.rs", version = "1.0.153")
21
-bazel_dep(name = "fast_float", version = "6.1.6")
+bazel_dep(name = "fast_float", version = "8.0.2")
22
bazel_dep(name = "fmt", version = "12.1.0", repo_name = "com_github_fmtlib_fmt")
23
bazel_dep(name = "nlohmann_json", version = "3.12.0.bcr.1", repo_name = "com_github_nlohmann_json")
24
bazel_dep(name = "libcap", version = "2.27.bcr.1")
0 commit comments