We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd27a5 commit eb89dd4Copy full SHA for eb89dd4
2 files changed
MODULE.bazel
@@ -1,13 +1,13 @@
1
module(
2
name = "cpp_toolbelt",
3
- version = "2.0.0",
+ version = "2.0.1",
4
)
5
6
bazel_dep(name = "platforms", version = "0.0.10")
7
bazel_dep(name = "bazel_skylib", version = "1.9.0")
8
bazel_dep(name = "abseil-cpp", version = "20250814.1")
9
bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
10
-bazel_dep(name = "coroutines", version = "3.0.1")
+bazel_dep(name = "coroutines", version = "3.1.0")
11
bazel_dep(name = "rules_cc", version = "0.2.16")
12
13
# For local debugging of co coroutine library.
0 commit comments