Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 3, 2024
1 parent bad631a commit 8e10c69
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions prqlc/prqlc/build.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
use std::error::Error;
// gix failing on https://github.com/rustyhorde/vergen/issues/359, so we're
// using `git2`
use vergen_git2::{Emitter, Git2Builder as GitBuilder};

pub fn main() -> Result<(), Box<dyn Error>> {
let git = GitBuilder::default().describe(true, true, None).build()?;
Emitter::default().add_instructions(&git)?.emit()?;
Ok(())
}

0 comments on commit 8e10c69

Please sign in to comment.