Bump version to v1.8.7

This commit is contained in:
Michael Vines
2021-12-01 11:37:10 -08:00
parent e5aa5efbac
commit 008139f506
125 changed files with 935 additions and 935 deletions

View File

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