Browse Source

Ignore build.rs git errors

pull/365/head
Daniel García 6 years ago
committed by GitHub
parent
commit
86a254ad9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.rs

2
build.rs

@ -1,7 +1,7 @@
use std::process::Command;
fn main() {
read_git_info().expect("Unable to read Git info");
read_git_info().ok();
}
fn run(args: &[&str]) -> Result<String, std::io::Error> {

Loading…
Cancel
Save