mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-03 13:30:38 +00:00
Return GIT_VERSION back to storage binaries
This commit is contained in:
committed by
Kirill Bulatov
parent
51c0f9ab2b
commit
b683308791
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user