aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-07 11:59:56 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-07 11:59:56 +0200
commitdb61f41030678c5756c844c8aa41a210c658769e (patch)
tree492bff626d37cbcdfb2a65ee2580a1cc60c13125 /Cargo.lock
parent6f02c36a89d93b04944a3f0882b6f6b703d9c012 (diff)
downloadgarage-db61f41030678c5756c844c8aa41a210c658769e.tar.gz
garage-db61f41030678c5756c844c8aa41a210c658769e.zip
Move GIT_VERSION injection later in build chain to reduce build times
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 976acfc8..a72b92c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1099,6 +1099,7 @@ dependencies = [
"garage_rpc",
"garage_table",
"garage_util",
+ "git-version",
"hex",
"netapp",
"opentelemetry",
@@ -1173,7 +1174,6 @@ dependencies = [
"err-derive 0.3.1",
"futures",
"garage_db",
- "git-version",
"hex",
"http",
"hyper",