Revert "Bump version to v1.8.9 (#21703)"

This reverts commit 69027e3f7e.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:38 -07:00
committed by Tao Zhu
parent 6deb0a9f5d
commit c0794d6fbb
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.9"
version = "1.8.8"
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.9" }
solana-program = { path = "../../../../sdk/program", version = "=1.8.8" }
[features]
default = ["custom-heap"]