Skip to content

Commit 0a65050

Browse files
committed
Add rev and issue numbers to patch
1 parent 694816d commit 0a65050

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ quote = "1.0.9"
3636
syn = { version = "1.0.69", features = ["full"] }
3737
proc-macro-crate = "0.1.5"
3838

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

0 commit comments

Comments
 (0)