Skip to content

Commit

Permalink
chore(book): Add patch for sha2 0.9.9 (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Jan 9, 2025
1 parent c0845a6 commit dbe622a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/docs/writing-programs/patched-crates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit dbe622a

Please sign in to comment.