Skip to content

Commit

Permalink
chore: remove vergen dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 5, 2025
1 parent cfc6231 commit a643d0a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 95 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

7 changes: 0 additions & 7 deletions crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,5 @@ cuda = []

profiling = ["sp1-core-executor/profiling"]

[build-dependencies]
vergen = { version = "8", default-features = false, features = [
"build",
"git",
"git2",
] }

[lints]
workspace = true
2 changes: 0 additions & 2 deletions crates/sdk/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ fn main() {
if std::env::var("SP1_CI_IN_PROGRESS").is_ok() {
println!("cargo::rustc-cfg=sp1_ci_in_progress");
}

vergen::EmitBuilder::builder().build_timestamp().git_sha(true).emit().unwrap();
}
85 changes: 0 additions & 85 deletions patch-testing/Cargo.lock

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

0 comments on commit a643d0a

Please sign in to comment.