Bump cargo.toml files to 0.16.6 (#5155)

This commit is contained in:
Dan Albert
2019-07-17 14:29:33 -06:00
committed by GitHub
parent f9d9c1fcbf
commit 5f1d86c040
56 changed files with 471 additions and 471 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-budget-api"
version = "0.16.5"
version = "0.16.6"
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.92"
serde_derive = "1.0.92"
solana-sdk = { path = "../../sdk", version = "0.16.5" }
solana-sdk = { path = "../../sdk", version = "0.16.6" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.16.5" }
solana-runtime = { path = "../../runtime", version = "0.16.6" }
[lib]
crate-type = ["lib"]