mirror of https://github.com/bazelbuild/platforms
Prepare for release 0.0.10 (#91)
This commit is contained in:
parent
5074be0702
commit
05ec3a3df2
|
@ -1,6 +1,6 @@
|
||||||
module(
|
module(
|
||||||
name = "platforms",
|
name = "platforms",
|
||||||
version = "0.0.9", # keep in sync with version.bzl
|
version = "0.0.10", # keep in sync with version.bzl
|
||||||
compatibility_level = 1,
|
compatibility_level = 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -8,4 +8,3 @@ bazel_dep(name = "rules_license", version = "0.0.7")
|
||||||
|
|
||||||
host_platform = use_extension("//host:extension.bzl", "host_platform")
|
host_platform = use_extension("//host:extension.bzl", "host_platform")
|
||||||
use_repo(host_platform, "host_platform")
|
use_repo(host_platform, "host_platform")
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
"""The version of bazelbuild/platforms."""
|
"""The version of bazelbuild/platforms."""
|
||||||
|
|
||||||
version = "0.0.9"
|
version = "0.0.10"
|
||||||
|
|
Loading…
Reference in New Issue