From b3e90be70bebe3465689aefb3c5dd77a68e2cc9f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 18 Oct 2024 14:11:24 -0600 Subject: [PATCH] Link to ring issue requiring patch --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b9f59930aa..da6c4d55eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,4 +49,5 @@ uuid = { version = "1.4", features = ["v4"] } [patch.crates-io] cc-11 = { git = "https://github.com/tea/cc-rs", branch="riscv-abi-arch-fix", package = "cc" } +# https://github.com/briansmith/ring/issues/1999 ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-0.17.8" }