Return GIT_VERSION back to storage binaries

This commit is contained in:
Kirill Bulatov
2022-05-13 01:05:55 +03:00
committed by Kirill Bulatov
parent 51c0f9ab2b
commit b683308791
7 changed files with 37 additions and 32 deletions

View File

@@ -27,7 +27,7 @@ use std::{future::Future, net::SocketAddr};
use tokio::{net::TcpListener, task::JoinError};
use utils::project_git_version;
project_git_version!();
project_git_version!(GIT_VERSION);
/// Flattens `Result<Result<T>>` into `Result<T>`.
async fn flatten_err(