Pin dalek version (#7448)

* Pin Dalek version

* core too
This commit is contained in:
Jack May
2019-12-12 11:34:43 -08:00
committed by GitHub
parent ea0ba19089
commit dbb8267b09
4 changed files with 13 additions and 13 deletions

View File

@ -46,7 +46,7 @@ solana-clap-utils = { path = "../clap-utils", version = "0.22.0" }
solana-chacha-sys = { path = "../chacha-sys", version = "0.22.0" }
solana-client = { path = "../client", version = "0.22.0" }
solana-drone = { path = "../drone", version = "0.22.0" }
ed25519-dalek = "1.0.0-pre.1"
ed25519-dalek = "=1.0.0-pre.1"
solana-ledger = { path = "../ledger", version = "0.22.0" }
solana-logger = { path = "../logger", version = "0.22.0" }
solana-merkle-tree = { path = "../merkle-tree", version = "0.22.0" }