mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 13:42:34 +00:00
Up version in build.rs to 1.43.1
This commit is contained in:
parent
0f9ae0139d
commit
74c1206e61
1 changed files with 2 additions and 2 deletions
4
build.rs
4
build.rs
|
@ -18,11 +18,11 @@ use std::process::exit;
|
|||
include!("src/app.rs");
|
||||
|
||||
fn main() {
|
||||
match version_check::is_min_version("1.43.0") {
|
||||
match version_check::is_min_version("1.43.1") {
|
||||
Some(true) => {}
|
||||
// rustc version too small or can't figure it out
|
||||
_ => {
|
||||
writeln!(&mut io::stderr(), "'lsd' requires rustc >= 1.43.0").unwrap();
|
||||
writeln!(&mut io::stderr(), "'lsd' requires rustc >= 1.43.1").unwrap();
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue