Increment cargo tomls and lock to 0.15.2 (#4499)

This commit is contained in:
Dan Albert
2019-05-31 12:04:01 -06:00
committed by GitHub
parent f6e804b0a1
commit 72a44c58d9
45 changed files with 417 additions and 417 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-budget-api"
version = "0.15.1"
version = "0.15.2"
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.1" }
solana-sdk = { path = "../../sdk", version = "0.15.2" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.15.1" }
solana-runtime = { path = "../../runtime", version = "0.15.2" }
[lib]
name = "solana_budget_api"