From dbe622aa4a6a33c88d76298c2a29a1d7ef7e90df Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Thu, 9 Jan 2025 10:37:35 -0800 Subject: [PATCH] chore(book): Add patch for sha2 `0.9.9` (#1921) --- book/docs/writing-programs/patched-crates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/docs/writing-programs/patched-crates.md b/book/docs/writing-programs/patched-crates.md index b60c00521..be82e2b0f 100644 --- a/book/docs/writing-programs/patched-crates.md +++ b/book/docs/writing-programs/patched-crates.md @@ -28,6 +28,7 @@ To use the patched libraries, you can use corresponding patch entries in your pr ```toml [patch.crates-io] +sha2-v0-9-9 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.9.9-sp1-4.0.0-rc.3" } sha2-v0-10-6 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.10.6-sp1-4.0.0-rc.3" } sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.10.8-sp1-4.0.0-rc.3" } sha3-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha3", tag = "patch-sha3-0.10.8-sp1-4.0.0-rc.3" }