From 601603c6b208ccdde4edf3d70aba6bc9c4275183 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Thu, 9 Jan 2025 10:35:32 -0800 Subject: [PATCH] feat: add sha2 0.9.9 --- 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" }