Bump version to 1.9.11

This commit is contained in:
Stephen Akridge
2022-03-08 15:10:09 +00:00
committed by Michael Vines
parent f56b25ac29
commit de694402ca
136 changed files with 1066 additions and 1066 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-invoke"
version = "1.9.10"
version = "1.9.11"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@ -15,7 +15,7 @@ program = []
[dependencies]
solana-bpf-rust-invoked = { path = "../invoked", default-features = false }
solana-program = { path = "../../../../sdk/program", version = "=1.9.10" }
solana-program = { path = "../../../../sdk/program", version = "=1.9.11" }
[lib]
crate-type = ["lib", "cdylib"]