Skip to content

Commit c1c7459

Browse files
author
GitHub Actions[bot]
committed
Roll external/re2/ ed9fc269e..6598a8ecd (18 commits)
google/re2@ed9fc26...6598a8e $ git log ed9fc269e..6598a8ecd --date=short --no-merges --format='%ad %ae %s' 2024-03-18 junyer Make compiling a no-op if it's attempted before adding any patterns. 2024-03-17 junyer Raise `re2.error` instead of crashing. 2024-03-17 junyer Bump versions of actions to latest releases. 2024-03-17 junyer Fix the link to the Python wrapper. 2024-03-15 oleksandr.red+github doc/mksyntaxgo: use standard generated Go header 2024-03-11 junyer `p0deje/setup-bazel` has been transferred to `bazel-contrib`. 2024-03-11 junyer Add Clang 18 to the build matrix. 2024-03-07 junyer Delete an old comment. 2024-03-02 h.zeller Use try-import to load an optional user-specific user.bazelrc 2024-03-04 junyer Disable MSYS/MSYS2 path conversion, which interferes with Bazel. 2024-03-02 junyer Update @pybind11_bazel to version 2.11.1.bzl.3. 2024-02-29 junyer Prepare to tag release `2024-03-01`. 2024-02-19 junyer Fix more ancient bugs around Latin-1 handling. 2024-02-19 junyer Fix an ancient bug in prefix factoring. 2024-02-17 henner.zeller Disable warning for missing-field-initializers as well for clang. 2024-02-18 junyer Clean up uses of `repo_name` in `MODULE.bazel`. 2024-02-16 junyer Avoid `invalid escape sequence` errors on Windows. 2024-02-16 junyer Update @pybind11_bazel to version 2.11.1.bzl.2. Created with: roll-dep external/re2
1 parent dd1d92e commit c1c7459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vars = {
1212
# Use protobufs before they gained the dependency on abseil
1313
'protobuf_revision': 'v21.12',
1414

15-
're2_revision': 'ed9fc269e2fdb299afe59e912928d31ad3fdcf7d',
15+
're2_revision': '6598a8ecd57724c8c7d43b2fca8eb9f9969ce57c',
1616
'spirv_headers_revision': '05cc486580771e4fa7ddc89f5c9ee1e97382689a',
1717
}
1818

0 commit comments

Comments
 (0)