Update dalek (v1.0 bp) (#9765)

* Disable Move/Libra components

* Update dalek version

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
sakridge
2020-04-28 12:02:09 -07:00
committed by GitHub
parent 2f0f218ad9
commit 8698156e27
26 changed files with 1496 additions and 2937 deletions

View File

@@ -11,7 +11,7 @@ homepage = "https://solana.com/"
[dependencies]
itertools = "0.8.1"
log = "0.4.8"
rand = "0.6.5"
rand = "0.7.0"
solana-archiver-lib = { path = "../archiver-lib", version = "1.0.20" }
solana-config-program = { path = "../programs/config", version = "1.0.20" }
solana-core = { path = "../core", version = "1.0.20" }