Commit 1dcfb5c
committed
Bump default host Rust toolchain to 1.89
score_baselibs and lifecycle use library APIs stabilized after the
rules_rust default host toolchain (Rust 1.86.0): is_multiple_of (1.87)
and NonNull::from_ref / str::from_utf8* inherent constructors /
array-length inference (1.89). The new lifecycle rust_supervised_app
example pulls the baselibs Rust logging stack into the x86_64 host build,
which failed to compile with 1.86.0. Ferrocene (only used for
safety-target configs) is not involved in this build.
Register Rust 1.89.0 as the default host toolchain.1 parent b7301c9 commit 1dcfb5c
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments