Update cargo files for 0.15.3 (#4569)

This commit is contained in:
Dan Albert
2019-06-06 10:25:50 -06:00
committed by GitHub
parent dc60c72c2d
commit 876db5b168
46 changed files with 419 additions and 419 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-budget-api"
version = "0.15.2"
version = "0.15.3"
description = "Solana Budget program API"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -16,10 +16,10 @@ num-derive = "0.2"
num-traits = "0.2"
serde = "1.0.91"
serde_derive = "1.0.91"
solana-sdk = { path = "../../sdk", version = "0.15.2" }
solana-sdk = { path = "../../sdk", version = "0.15.3" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.15.2" }
solana-runtime = { path = "../../runtime", version = "0.15.3" }
[lib]
name = "solana_budget_api"