Skip to content

Commit dbe622a

Browse files
authored
chore(book): Add patch for sha2 0.9.9 (#1921)
1 parent c0845a6 commit dbe622a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/docs/writing-programs/patched-crates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ To use the patched libraries, you can use corresponding patch entries in your pr
2828

2929
```toml
3030
[patch.crates-io]
31+
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" }
3132
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" }
3233
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" }
3334
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" }

0 commit comments

Comments
 (0)