Bump version to v1.5.11

This commit is contained in:
Michael Vines
2021-02-25 08:52:41 -08:00
parent 5f03a17a6e
commit a80ac11b68
116 changed files with 830 additions and 830 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-instruction-introspection"
version = "1.5.10"
version = "1.5.11"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "1.5.10" }
solana-program = { path = "../../../../sdk/program", version = "1.5.11" }
[lib]
crate-type = ["cdylib"]