diff --git a/integration-tests/templates/negative/_Cargo_old_sdk.toml b/integration-tests/templates/negative/_Cargo_old_sdk.toml index b1b5ae45..80fb09be 100644 --- a/integration-tests/templates/negative/_Cargo_old_sdk.toml +++ b/integration-tests/templates/negative/_Cargo_old_sdk.toml @@ -11,6 +11,11 @@ near-sdk = "=4.0.0" serde = { version = "1", features = ["derive"] } schemars = "0.8" +# XXX: parity-secp256k1 was purged from crates.io, so we need to patch the old SDK with git dependency: +# See https://github.com/near/near-sdk-rs/issues/1126 +[patch.crates-io] +parity-secp256k1 = {git = "https://github.com/paritytech/rust-secp256k1"} + [workspace] members = []