You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,7 @@ rules_rust_dependencies()
36
36
rust_register_toolchains()
37
37
```
38
38
39
-
The rules are under active development, as such the lastest commit on the
40
-
`main` branch should be used. `main` is only tested against `5.0.0` as the
41
-
minimum supported version of Bazel. Though previous versions may still be
42
-
functional in certain environments.
39
+
The rules are released, and releases can be found on [the GitHub Releases page](https://github.com/bazelbuild/rules_rust/releases). We recommend using the latest release from that page.
[crate_universe](crate_universe.md) is a tool built into `rules_rust` that can be used to fetch dependencies. Additionally, [cargo-raze](https://github.com/google/cargo-raze) is an older third-party which can also fetch dependencies.
82
+
83
+
## Supported bazel versions
84
+
85
+
The oldest version of Bazel the `main` branch is tested against is `5.0.0`. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support.
86
+
87
+
We test these rules against the latest rolling releases of Bazel, and aim for compatibility with them, but prioritise stable releases over rolling releases where necessary.
88
+
89
+
## Supported platforms
90
+
91
+
We aim to support Linux, macOS, and Windows.
92
+
93
+
Windows support is less complete than the other two platforms, but most things work, and we welcome contributions to help improve its support.
94
+
95
+
Windows support for some features requires `--enable_runfiles` to be passed to Bazel, we recommend putting it in your bazelrc. See [Using Bazel on Windows](https://bazel.build/configure/windows) for more Windows-specific recommendations.
0 commit comments