Update cargo.toml and testnet participation doc for 0.15.0 (#4465)

This commit is contained in:
Dan Albert
2019-05-28 21:58:28 -06:00
committed by GitHub
parent b4adb1c266
commit c486d1af8c
46 changed files with 424 additions and 424 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-failure-program"
version = "0.15.0"
version = "0.15.1"
description = "Solana failure program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -9,11 +9,11 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../sdk", version = "0.15.0" }
solana-sdk = { path = "../../sdk", version = "0.15.1" }
log = "0.4.2"
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.15.0" }
solana-runtime = { path = "../../runtime", version = "0.15.1" }
[lib]
name = "solana_failure_program"