Skip to content

Commit

Permalink
fix: Fixed the test for old SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Jan 21, 2024
1 parent 8cbb09f commit fa22f1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-tests/templates/negative/_Cargo_old_sdk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit fa22f1c

Please sign in to comment.