Force git version to be up to date via decl macro

This commit is contained in:
Kirill Bulatov
2022-05-13 00:56:15 +03:00
committed by Kirill Bulatov
parent 0030da57a8
commit 51c0f9ab2b
13 changed files with 43 additions and 20 deletions

4
Cargo.lock generated
View File

@@ -1582,6 +1582,7 @@ dependencies = [
"clap 3.0.14",
"comfy-table",
"control_plane",
"git-version",
"pageserver",
"postgres",
"postgres_ffi",
@@ -1773,6 +1774,7 @@ dependencies = [
"daemonize",
"fail",
"futures",
"git-version",
"hex",
"hex-literal",
"humantime",
@@ -2164,6 +2166,7 @@ dependencies = [
"bytes",
"clap 3.0.14",
"futures",
"git-version",
"hashbrown",
"hex",
"hmac 0.12.1",
@@ -2616,6 +2619,7 @@ dependencies = [
"daemonize",
"etcd_broker",
"fs2",
"git-version",
"hex",
"humantime",
"hyper",