Advance cargo.toml version to 0.14.2 (#4150)

This commit is contained in:
Dan Albert
2019-05-03 15:38:06 -06:00
committed by GitHub
parent b708ede0a7
commit 2f8c424d1e
40 changed files with 372 additions and 372 deletions

View File

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