Skip to content

Commit

Permalink
addpatch: tiny 0.12.0-3
Browse files Browse the repository at this point in the history
Upgrade ring to 0.17, upstreamed to osa1/tiny#433.
  • Loading branch information
hack3ric committed Aug 6, 2024
1 parent 743cf38 commit 5695ff6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tiny/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- PKGBUILD
+++ PKGBUILD
@@ -27,7 +27,9 @@ prepare() {
cd $pkgname

export RUSTUP_TOOLCHAIN=stable
+ sed -i 's/tokio-rustls = { version = "0.23",/tokio-rustls = { version = "0.24",/' crates/libtiny_client/Cargo.toml
cargo update --workspace
+ cargo update -p sct --precise 0.7.1
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}

0 comments on commit 5695ff6

Please sign in to comment.