Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Oct 17, 2024
1 parent 32a98f9 commit 8f56497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::error::Error;
use vergen_gitcl::{Emitter, GitclBuilder};
// use vergen_gitcl::{Emitter, GitclBuilder};

fn main() -> Result<(), Box<dyn Error>> {
// // Try to get the git sha from the local git repository
Expand Down

0 comments on commit 8f56497

Please sign in to comment.