Skip to content

Commit eb89dd4

Browse files
committed
Version 2.0.1
1 parent efd27a5 commit eb89dd4

2 files changed

Lines changed: 34 additions & 383 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module(
22
name = "cpp_toolbelt",
3-
version = "2.0.0",
3+
version = "2.0.1",
44
)
55

66
bazel_dep(name = "platforms", version = "0.0.10")
77
bazel_dep(name = "bazel_skylib", version = "1.9.0")
88
bazel_dep(name = "abseil-cpp", version = "20250814.1")
99
bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
10-
bazel_dep(name = "coroutines", version = "3.0.1")
10+
bazel_dep(name = "coroutines", version = "3.1.0")
1111
bazel_dep(name = "rules_cc", version = "0.2.16")
1212

1313
# For local debugging of co coroutine library.

0 commit comments

Comments
 (0)