Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Ignore build.rs git errors
Dieser Commit ist enthalten in:
Ursprung
64c38856cc
Commit
86a254ad9e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
2
build.rs
2
build.rs
|
@ -1,7 +1,7 @@
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
read_git_info().expect("Unable to read Git info");
|
read_git_info().ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run(args: &[&str]) -> Result<String, std::io::Error> {
|
fn run(args: &[&str]) -> Result<String, std::io::Error> {
|
||||||
|
|
Laden …
In neuem Issue referenzieren