Revert "Bump version to v1.8.7"

This reverts commit 008139f506.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:39 -07:00
committed by Tao Zhu
parent 8af4716710
commit dc633e3385
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.7"
version = "1.8.6"
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.7" }
solana-program = { path = "../../../../sdk/program", version = "=1.8.6" }
[features]
default = ["custom-heap"]