Skip to content

Commit

Permalink
chore: bump vergen crate to support SOURCE_DATE_EPOCH (#204)
Browse files Browse the repository at this point in the history
This commits updates the version of `vergen` which is responsible
for generating the build info. The basis of this change is to support
`SOURCE_DATE_EPOCH` timestamps for reproducible builds.
See <https://reproducible-builds.org/docs/source-date-epoch/>

Signed-off-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
orhun authored Nov 6, 2022
1 parent 353d195 commit 87d06c9
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 27 deletions.
70 changes: 44 additions & 26 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 @@ -76,5 +76,5 @@ async-socks5 = "0.5"
url = { version = "2.2", features = ["serde"] }

[build-dependencies]
vergen = { version = "6.0", default-features = false, features = ["build", "git", "cargo"] }
vergen = { version = "7.4.2", default-features = false, features = ["build", "git", "cargo"] }
anyhow = "1.0"

0 comments on commit 87d06c9

Please sign in to comment.