1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

ErrorKind::Unsupported is rust 1.53 and up

This isn't a hard requirement, but tracking 1.53 doesn't
feel like a burden as 1.54 is now the stable rust version.
This commit is contained in:
Wez Furlong 2021-07-29 19:50:22 -07:00
parent c867b4e079
commit 38e350e9c8

View File

@ -1,6 +1,6 @@
#!/bin/bash
min_rust=(1 51 0)
min_rust=(1 53 0)
rust_ver=()
parse_rustc_version() {