We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c9c74 commit ce9cee1Copy full SHA for ce9cee1
COMPATIBILITY.md
@@ -60,9 +60,9 @@ first 3 months will support both Bazel LTS versions unless Bazel doesn't allow t
60
61
## What host platforms are supported?
62
63
-The only platform subject to backwards compatibility policy is
64
-`x86_64-unknown-linux-gnu`, as the only fully supported platform. Process for
65
-moving a best effort platform to a supported platform is consensus-based.
+Platforms subject to backwards compatibility policy are
+`x86_64-unknown-linux-gnu` and `x86_64-apple-darwin` (platforms supported by `rules_rust`).
+Process for moving a best effort platform to a supported platform is consensus-based.
66
67
## What are the stable APIs of `rules_rust`?
68
0 commit comments