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/crate_universe.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ Environment Variables:
159
159
| <aid="crate_universe-rust_toolchain_repository_template"></a>rust_toolchain_repository_template | The template to use for finding the host <code>rust_toolchain</code> repository. <code>{version}</code> (eg. '1.53.0'), <code>{triple}</code> (eg. 'x86_64-unknown-linux-gnu'), <code>{system}</code> (eg. 'darwin'), and <code>{arch}</code> (eg. 'aarch64') will be replaced in the string if present. | String | optional | "rust_{system}_{arch}" |
160
160
| <aid="crate_universe-sha256s"></a>sha256s | The sha256 checksum of the desired rust artifacts | <ahref="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | optional | {} |
161
161
| <aid="crate_universe-supported_targets"></a>supported_targets | A list of supported [platform triples](https://doc.rust-lang.org/nightly/rustc/platform-support.html) to consider when resoliving dependencies. | List of strings | optional |["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"]|
162
-
| <aid="crate_universe-version"></a>version | The version of cargo the resolver should use | String | optional | "1.53.0" |
162
+
| <aid="crate_universe-version"></a>version | The version of cargo the resolver should use | String | optional | "1.54.0" |
Copy file name to clipboardExpand all lines: docs/flatten.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Environment Variables:
80
80
| <aid="crate_universe-rust_toolchain_repository_template"></a>rust_toolchain_repository_template | The template to use for finding the host <code>rust_toolchain</code> repository. <code>{version}</code> (eg. '1.53.0'), <code>{triple}</code> (eg. 'x86_64-unknown-linux-gnu'), <code>{system}</code> (eg. 'darwin'), and <code>{arch}</code> (eg. 'aarch64') will be replaced in the string if present. | String | optional | "rust_{system}_{arch}" |
81
81
| <aid="crate_universe-sha256s"></a>sha256s | The sha256 checksum of the desired rust artifacts | <ahref="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | optional | {} |
82
82
| <aid="crate_universe-supported_targets"></a>supported_targets | A list of supported [platform triples](https://doc.rust-lang.org/nightly/rustc/platform-support.html) to consider when resoliving dependencies. | List of strings | optional |["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"]|
83
-
| <aid="crate_universe-version"></a>version | The version of cargo the resolver should use | String | optional | "1.53.0" |
83
+
| <aid="crate_universe-version"></a>version | The version of cargo the resolver should use | String | optional | "1.54.0" |
84
84
85
85
86
86
<aid="#fail_when_enabled"></a>
@@ -1637,7 +1637,7 @@ See `load_arbitrary_tool` in `@rules_rust//rust:repositories.bzl` for more detai
| <aid="rust_repositories-version"></a>version | The version of Rust. Either "nightly", "beta", or an exact version. Defaults to a modern version. | <code>"1.53.0"</code> |
1640
+
| <aid="rust_repositories-version"></a>version | The version of Rust. Either "nightly", "beta", or an exact version. Defaults to a modern version. | <code>"1.54.0"</code> |
1641
1641
| <aid="rust_repositories-iso_date"></a>iso_date | The date of the nightly or beta release (or None, if the version is a specific version). | <code>None</code> |
1642
1642
| <aid="rust_repositories-rustfmt_version"></a>rustfmt_version | The version of rustfmt. Either "nightly", "beta", or an exact version. Defaults to <code>version</code> if not specified. | <code>None</code> |
1643
1643
| <aid="rust_repositories-edition"></a>edition | The rust edition to be used by default (2015 (default) or 2018) | <code>None</code> |
| <aid="rust_repositories-version"></a>version | The version of Rust. Either "nightly", "beta", or an exact version. Defaults to a modern version. | <code>"1.53.0"</code> |
199
+
| <aid="rust_repositories-version"></a>version | The version of Rust. Either "nightly", "beta", or an exact version. Defaults to a modern version. | <code>"1.54.0"</code> |
200
200
| <aid="rust_repositories-iso_date"></a>iso_date | The date of the nightly or beta release (or None, if the version is a specific version). | <code>None</code> |
201
201
| <aid="rust_repositories-rustfmt_version"></a>rustfmt_version | The version of rustfmt. Either "nightly", "beta", or an exact version. Defaults to <code>version</code> if not specified. | <code>None</code> |
202
202
| <aid="rust_repositories-edition"></a>edition | The rust edition to be used by default (2015 (default) or 2018) | <code>None</code> |
Copy file name to clipboardExpand all lines: rust/repositories.bzl
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ load(
20
20
load_arbitrary_tool=_load_arbitrary_tool
21
21
22
22
# Note: Code in `.github/workflows/crate_universe.yaml` looks for this line, if you remove it or change its format, you will also need to update that code.
0 commit comments