We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750f785 commit 564bd86Copy full SHA for 564bd86
MODULE.bazel
@@ -17,7 +17,7 @@ bazel_dep(name = "boost.exception", version = BOOST_VERSION)
17
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")
+bazel_dep(name = "cxx.rs", version = "1.0.194")
21
bazel_dep(name = "fast_float", version = "6.1.6")
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")
0 commit comments