Bump version to v1.9.5

This commit is contained in:
Trent Nelson
2022-01-08 04:53:59 -07:00
committed by mergify[bot]
parent a9ebba5643
commit cb49ae21b4
133 changed files with 1045 additions and 1045 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-bpf-rust-custom-heap"
version = "1.9.4"
version = "1.9.5"
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.4" }
solana-program = { path = "../../../../sdk/program", version = "=1.9.5" }
[features]
default = ["custom-heap"]