Skip to content

Commit

Permalink
add patch for parity-secp256k1 pointing to GitHub location
Browse files Browse the repository at this point in the history
the crate was yanked
  • Loading branch information
mikedotexe committed Mar 24, 2024
1 parent 590a8f4 commit f8faab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
near-sdk = "4.0.0"
near-contract-standards = "4.0.0"

# This can be removed when near-sdk is updated
# Unfortuantely, this crate was yanked by the author and this is needed
[patch.crates-io]
parity-secp256k1 = { git = 'https://github.com/paritytech/rust-secp256k1.git' }

0 comments on commit f8faab1

Please sign in to comment.