-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MODULE.bazel and README.md. (#234)
This pull request is to upstream the change in the Bazel registry: https://github.com/bazelbuild/bazel-central-registry/blob/072b50524565ef21da258d7d9eaab057c5a8db33/modules/double-conversion/3.3.0/MODULE.bazel As a general rule, `compatibility_level` is set to the major version number.
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
"""This project (double-conversion) provides binary-decimal and decimal-binary routines for IEEE doubles.""" | ||
|
||
module( | ||
name = "double-conversion", | ||
compatibility_level = 1, | ||
version = "0.0.0", | ||
version = "3.3.0", | ||
compatibility_level = 3, | ||
) | ||
|
||
bazel_dep(name = "rules_cc", version = "0.0.6") | ||
bazel_dep(name = "rules_cc", version = "0.0.13") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters