Skip to content

Commit 78a4eaa

Browse files
committed
Add bzlmod support to cppitertools
1 parent ab49994 commit 78a4eaa

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# workspace support is deprecated in Bazel 7
2+
common --enable_bzlmod

.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.3.1

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
bazel-*
2-
MODULE.bazel
32
MODULE.bazel.lock

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module(
2+
name = "cppitertools"
3+
)

0 commit comments

Comments
 (0)