mv common/ sdk/

This commit is contained in:
Michael Vines
2018-10-25 12:53:50 -07:00
committed by Grimes
parent 471d8f6ff9
commit 1733beabf7
11 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
[dependencies]
solana-sdk = { path = "../../../common", version = "0.10.0" }
solana-sdk = { path = "../../../sdk", version = "0.10.0" }
[lib]
name = "noop"