Skip to content

Commit

Permalink
Merge pull request #672 from splitgraph/update-vergen
Browse files Browse the repository at this point in the history
Replace the old vergen crate with a newer version
  • Loading branch information
gruuya authored Sep 19, 2024
2 parents 61d8f6d + 54a4e53 commit 4b623ac
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 111 deletions.
238 changes: 147 additions & 91 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ wiremock = "0.6"

[build-dependencies]
anyhow = "1.0.89" # for build.rs
vergen = "7"
vergen-gitcl = { version = "1", features = ["build", "cargo", "rustc"] }

[profile.release]
codegen-units = 1
Expand Down
Loading

0 comments on commit 4b623ac

Please sign in to comment.