update dependence version for gag to latest support windows (#17801) (#17825)

* update dependence version for gag to leatest support windows

* fix compile on windows

* add Cargo.lock

(cherry picked from commit e0ab5ee4f8)

Co-authored-by: Govlzkoy <gotope@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-06-08 07:48:39 +00:00
committed by GitHub
parent fb767f4612
commit cd6e1d921c
4 changed files with 19 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ pub fn redirect_stderr_to_file(logfile: Option<String>) -> Option<JoinHandle<()>
#[cfg(not(unix))]
{
println!("logging to a file is not supported on this platform");
()
None
}
}
};