This commit is contained in:
Michael Vines
2021-03-15 22:16:08 -07:00
committed by mergify[bot]
parent 5760cf0f41
commit a2eb655322
104 changed files with 469 additions and 469 deletions

View File

@@ -17,11 +17,11 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.122"
serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.7.0" }
solana-sdk = { path = "../../sdk", version = "=1.7.0" }
thiserror = "1.0"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.7.0" }
solana-runtime = { path = "../../runtime", version = "=1.7.0" }
[lib]
crate-type = ["lib", "cdylib"]