We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rev
1 parent 694816d commit 0a65050Copy full SHA for 0a65050
Cargo.toml
@@ -36,7 +36,7 @@ quote = "1.0.9"
36
syn = { version = "1.0.69", features = ["full"] }
37
proc-macro-crate = "0.1.5"
38
39
-# Required to build tests with near-sdk v4.1.1, see
40
-# 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.
41
[patch.crates-io]
42
-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 commit comments