merkle-tree: Get Hash et. al from program instead of sdk

This commit is contained in:
Trent Nelson
2021-04-02 19:22:35 -06:00
committed by Trent Nelson
parent a1d9b53cd7
commit ddc0a16cec
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-merkle-tree"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "=1.7.0" }
solana-program = { path = "../sdk/program", version = "=1.7.0" }
fast-math = "0.1"
[dev-dependencies]