File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ able to get around this problem by setting `-Clinker=lld-link` in RUSTFLAGS
136
136
```sh
137
137
rustup toolchain install --profile minimal nightly
138
138
MINOR_VERSION=$(rustc +nightly --version | cut -d . -f 2)
139
- LOWER_BOUND=61
139
+ LOWER_BOUND=66
140
140
141
141
llvm_version() {
142
142
toolchain="$1"
@@ -193,5 +193,10 @@ The following table shows known good combinations of toolchain versions.
193
193
| Rust 1.58 | Clang 13 |
194
194
| Rust 1.59 | Clang 13 |
195
195
| Rust 1.60 | Clang 14 |
196
+ | Rust 1.61 | Clang 14 |
197
+ | Rust 1.62 | Clang 14 |
198
+ | Rust 1.63 | Clang 14 |
199
+ | Rust 1.64 | Clang 14 |
200
+ | Rust 1.65 | Clang 15 |
196
201
197
202
Note that the compatibility policy for this feature might change in the future.
You can’t perform that action at this time.
0 commit comments