From c717b409962c984caf05e792d7e3062def1c9569 Mon Sep 17 00:00:00 2001 From: nhtyy Date: Mon, 10 Feb 2025 09:58:30 -0800 Subject: [PATCH] docs(patches): adjust tag in docs --- book/docs/writing-programs/patched-crates.md | 2 +- .../version-4.1.0/writing-programs/patched-crates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/docs/writing-programs/patched-crates.md b/book/docs/writing-programs/patched-crates.md index 0e560fff13..724bd8b72f 100644 --- a/book/docs/writing-programs/patched-crates.md +++ b/book/docs/writing-programs/patched-crates.md @@ -48,7 +48,7 @@ secp256k1 = { git = "https://github.com/sp1-patches/rust-secp256k1", tag = "patc # BN254 substrate-bn = { git = "https://github.com/sp1-patches/bn", tag = "patch-0.6.0-sp1-4.0.0" } # BLS12-381 -bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0", features = ["groups"] } +bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0-v2", features = ["groups"] } # RSA rsa = { git = "https://github.com/sp1-patches/RustCrypto-RSA/", tag = "patch-0.9.6-sp1-4.0.0" } ``` diff --git a/book/versioned_docs/version-4.1.0/writing-programs/patched-crates.md b/book/versioned_docs/version-4.1.0/writing-programs/patched-crates.md index 0e560fff13..724bd8b72f 100644 --- a/book/versioned_docs/version-4.1.0/writing-programs/patched-crates.md +++ b/book/versioned_docs/version-4.1.0/writing-programs/patched-crates.md @@ -48,7 +48,7 @@ secp256k1 = { git = "https://github.com/sp1-patches/rust-secp256k1", tag = "patc # BN254 substrate-bn = { git = "https://github.com/sp1-patches/bn", tag = "patch-0.6.0-sp1-4.0.0" } # BLS12-381 -bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0", features = ["groups"] } +bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0-v2", features = ["groups"] } # RSA rsa = { git = "https://github.com/sp1-patches/RustCrypto-RSA/", tag = "patch-0.9.6-sp1-4.0.0" } ```