Skip to content

Commit 4c97806

Browse files
committed
Miscellaneous cleanup for MODULE.bazel and README.md
Cleanup a couple of things I noticed during a recent PR: - Update the 'platforms' version to match the root module. - Update the documented minimum cmake requirement to match CMakeLists.txt.
1 parent 739fd5a commit 4c97806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ bazel_dep(name = "googletest",
3434
dev_dependency = True)
3535

3636
bazel_dep(name = "platforms",
37-
version = "0.0.8")
37+
version = "0.0.10")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ that should work if you're unable to use Bazel.)
4040

4141
With CMake:
4242

43-
1. Make sure you have CMake >= 2.8.12 installed.
43+
1. Make sure you have CMake >= 3.16 installed.
4444
2. Get the cctz source: `git clone https://github.com/google/cctz.git` then `cd
4545
cctz`.
4646
3. Build cctz so that is can be used by shared libraries and run the tests (use

0 commit comments

Comments
 (0)