Increment internal Cargo references to solana_program_interface

This commit is contained in:
Michael Vines
2018-10-25 10:38:34 -07:00
parent 7404b8739e
commit 9447537d8c
7 changed files with 23 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
[package]
name = "noop"
version = "0.1.0"
version = "0.10.0"
authors = ["Solana Maintainers <maintainers@solana.com>"]
[dependencies]
solana_program_interface = { path = "../../../common" }
solana_program_interface = { path = "../../../common", version = "0.10.0" }
[lib]
name = "noop"