Bump version to v1.1.11

This commit is contained in:
Michael Vines
2020-05-07 16:57:39 -07:00
parent 9498f11d46
commit 5cd685ed3a
88 changed files with 511 additions and 511 deletions

View File

@@ -3,7 +3,7 @@
[package]
name = "solana-bpf-rust-dup-accounts"
version = "1.1.10"
version = "1.1.11"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.1.10", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.1.11", default-features = false }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.10" }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.11" }
[features]
program = ["solana-sdk/program"]