Bump version to 1.9.2

This commit is contained in:
Michael Vines
2021-12-15 16:18:14 -08:00
parent b66e2ae353
commit bfa6302985
133 changed files with 1039 additions and 1039 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-custom-heap"
version = "1.9.1"
version = "1.9.2"
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-bpf-rust-custom-heap"
edition = "2021"
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.9.1" }
solana-program = { path = "../../../../sdk/program", version = "=1.9.2" }
[features]
default = ["custom-heap"]