Skip to content

Commit

Permalink
updpatch: cargo-deny 0.14.0-1
Browse files Browse the repository at this point in the history
Upstream added `ring` dependency.
  • Loading branch information
hack3ric committed Jul 30, 2023
1 parent 03c2f70 commit 856a525
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cargo-deny/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
--- PKGBUILD
+++ PKGBUILD
@@ -23,7 +23,7 @@ prepare() {
git submodule init
git config submodule."tests/advisory-db/github.com-2f857891b7f43c59".url "${srcdir}/${pkgname}-tests-advisory-db"
@@ -25,7 +25,9 @@ prepare() {
git config submodule."tests/advisory-db/github.com-2f857891b7f43c59".url "${srcdir}/${pkgname}-advisory-db"
git config submodule."tests/advisory-db/github.com-c373669cccc50ac0".url "${srcdir}/${pkgname}-test-advisory-db"
git -c protocol.file.allow=always submodule update --init --recursive
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p ring
+ cargo fetch --locked
}

Expand Down

0 comments on commit 856a525

Please sign in to comment.