Fix up the version references to all other internal crates

This commit is contained in:
Michael Vines
2018-10-25 12:26:57 -07:00
parent e47fcb196b
commit 471d8f6ff9
6 changed files with 52 additions and 28 deletions

View File

@ -7,5 +7,5 @@ repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
[dependencies]
rbpf = { git = "https://github.com/qmonnet/rbpf", rev="bc41ec47d9b51751585f6ddcde1d1eb1afe2be69" }
solana = { path = "../../.." }
rbpf = "0.1.0"
solana-sdk = { path = "../../../common", version = "0.10.0" }