Commit f2d2c5e
Add
When I was doing some testing I noticed that if I have a different rust
version installed and attempt to rebuild the `stable-mir-json` artefacts
that they were error on changed MIR data structures. Adding a
`rust-toolchain.toml` means that the correct version will always be
active for the repo.
```
daniel@daniel-MS-7E06 mir-semantics$ rustup show active-toolchain -v
nightly-2024-11-29-x86_64-unknown-linux-gnu
active because: overridden by '/home/daniel/Applications/mir-semantics/rust-toolchain.toml'
```
I also updated the github workflow so that it if `stable-mir-json` is
updated it will update the channel to the new one.
---------
Co-authored-by: automergerpr-permission-manager[bot] <190534181+automergerpr-permission-manager[bot]@users.noreply.github.com>rust-toolchain.toml (#959)1 parent a7c87bc commit f2d2c5e
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments