Bump version to 1.9.9 (#23247)

This commit is contained in:
Will Hickey
2022-02-19 21:17:11 -06:00
committed by GitHub
parent 4ebeb33602
commit 08d6b9850d
137 changed files with 1108 additions and 1108 deletions

View File

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