Bump version to v1.7.7

This commit is contained in:
Trent Nelson
2021-07-17 00:44:05 -06:00
committed by mergify[bot]
parent 3542348c1e
commit 19049ca91b
121 changed files with 891 additions and 891 deletions

View File

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