Skip to content

Commit

Permalink
Add rev and issue numbers to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Jan 18, 2024
1 parent 694816d commit 0a65050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ quote = "1.0.9"
syn = { version = "1.0.69", features = ["full"] }
proc-macro-crate = "0.1.5"

# Required to build tests with near-sdk v4.1.1, see
# TODO(): Remove after upgrading to near-sdk v5.
# Required to build tests with near-sdk v4.1.1, see #128.
# TODO(#125): Remove after upgrading to near-sdk v5.
[patch.crates-io]
parity-secp256k1 = {git = "https://github.com/paritytech/rust-secp256k1"}
parity-secp256k1 = {git = "https://github.com/paritytech/rust-secp256k1", rev = "parity-secp256k1-v0.7.0"}

0 comments on commit 0a65050

Please sign in to comment.