summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-06-15 23:31:52 +0200
committerStefan Kreutz <mail@skreutz.com>2026-06-15 23:31:52 +0200
commitf2f465ebcc351574132bb421ba8f8e1f896012af (patch)
tree64ad61df93b7854b09ed1afe4dd7a276bf72f352 /build.rs
parentab9aeac99dd9c50b82ca87f522f432ffb0062d43 (diff)
downloadtemp-postgres-f2f465ebcc351574132bb421ba8f8e1f896012af.tar.gz
Upgrade vergen-gitcl
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 8fae21e..ae339f8 100644
--- a/build.rs
+++ b/build.rs
@@ -5,10 +5,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
vergen_gitcl::Emitter::new()
.idempotent()
.add_instructions(
- &vergen_gitcl::GitclBuilder::default()
+ &vergen_gitcl::Gitcl::builder()
.sha(true) // Short
.dirty(false) // Ignore untracked files
- .build()?,
+ .build(),
)?
.emit()?;
Generated by cgit. See skreutz.com for my tech blog and contact information.