top | item 26659031

(no title)

bew | 4 years ago

You need the latest stable version of rust/cargo (1.51, released last week) to compile the master version of wezterm iirc

discuss

order

roblabla|4 years ago

I really wish every rust project had a `rust-toolchain` file checked in[0]. This would cause rustup to automatically select the correct version of rust to use to build the project, thus making it easier to reproduce the build.

[0]: https://rust-lang.github.io/rustup/overrides.html#the-toolch...

wezfurlong|4 years ago

Would you like to submit a PR to add a suitable version of that file to wezterm?

FWIW, in my experience so far with wezterm, most people that have run into issues with old rust versions are not running rustup at all, so I feel like something rust/cargo should also have a mechanism to specify an appropriate version.