Skip to content

Commit 01b1d15

Browse files
committed
Auto merge of #44720 - est31:master, r=alexcrichton
Use SHA512 for signatures Fixes #44714 . Untested but I hope it works... r? @alexcrichton
2 parents 14039a4 + 913007b commit 01b1d15

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ impl Builder {
452452
cmd.arg("--no-tty")
453453
.arg("--yes")
454454
.arg("--passphrase-fd").arg("0")
455+
.arg("--personal-digest-preferences").arg("SHA512")
455456
.arg("--armor")
456457
.arg("--output").arg(&asc)
457458
.arg("--detach-sign").arg(path)

0 commit comments

Comments
 (0)