Update cargo files to 0.18.2 (#5805)

This commit is contained in:
Dan Albert
2019-09-06 15:57:14 -04:00
committed by GitHub
parent 898dabba70
commit 87e677964f
70 changed files with 590 additions and 590 deletions

View File

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