Skip to content

Commit

Permalink
fix(toolchain): fix vergen_git2 -> vergen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jan 31, 2025
1 parent 976fd2b commit 11f7b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolchain/toolchain/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use anyhow::Result;
use vergen_git2::Emitter;
use vergen::Emitter;

fn main() -> Result<()> {
Emitter::default().emit()?;
Expand Down

0 comments on commit 11f7b5e

Please sign in to comment.